Skip to content

Commit

Permalink
test: update target node version to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Aug 13, 2024
1 parent cfd0fce commit dea7b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "18"
- nodejs_version: "20"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit dea7b73

Please sign in to comment.