Skip to content

Commit

Permalink
chore(deps): update dependency node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 5682484 commit 3d6ad19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '15.2.0'
node-version: '15.14.0'
- run: npm ci
- run: npm run prettier
- run: npm run typecheck
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
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": "^15.2.0",
"node": "^15.14.0",
"npm": "^7.0.8"
},
"scripts": {
Expand Down

0 comments on commit 3d6ad19

Please sign in to comment.