Skip to content

Commit

Permalink
chore: use Node v18.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jun 22, 2024
1 parent 123c37f commit 237f8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [18.7.0]
node-version: [18.20.3]

steps:
- uses: actions/checkout@v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=4"
},
"volta": {
"node": "18.17.0",
"node": "18.20.3",
"npm": "10.8.1"
},
"keywords": [
Expand Down

0 comments on commit 237f8b8

Please sign in to comment.