Skip to content

Commit

Permalink
Merge pull request #103 from Adslot/node20
Browse files Browse the repository at this point in the history
chore: upgrade to node 20
  • Loading branch information
xiaofan2406 authored Oct 25, 2023
2 parents fb9494d + 5c2d5da commit 37d9ad2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"author": "Adslot",
"engines": {
"node": "^18"
"node": "^20"
},
"keywords": [
"ESLint",
Expand Down

0 comments on commit 37d9ad2

Please sign in to comment.