Skip to content

Commit

Permalink
Update dependency node to v20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and frosas committed Apr 19, 2024
1 parent 1042221 commit b958377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.11.1"
node-version: "20.12.2"
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"webpack-dev-server": "npm run webpack -- serve --mode development"
},
"engines": {
"node": "^20.11.1"
"node": "^20"
},
"devDependencies": {
"@babel/core": "^7.14.5",
Expand Down

0 comments on commit b958377

Please sign in to comment.