Skip to content

Commit

Permalink
ci: test using Node.JS v18.0
Browse files Browse the repository at this point in the history
This would have caught
like braintree#78, as
`URL.canParse()` was only added in Node.JS v18.17
  • Loading branch information
aloisklink committed Sep 23, 2024
1 parent 64689dc commit 5fcba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
node-version: "18.0"
- run: npm install
- run: npm test

0 comments on commit 5fcba26

Please sign in to comment.