Skip to content

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
thanks, @aarsilv
  • Loading branch information
isaacs committed Apr 5, 2024
1 parent 54219b4 commit dd867e6
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 @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [8.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down

0 comments on commit dd867e6

Please sign in to comment.