Skip to content

Commit

Permalink
fix: ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 27, 2024
1 parent 2ac5cf2 commit 906bc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "18"
nodejs_version: "20"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 906bc5b

Please sign in to comment.