Skip to content

Commit

Permalink
fix(deps): bump node version to 20.x (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande authored May 13, 2023
1 parent 80e2385 commit 3f9bebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.5.0'
node-version-file: 'package.json'
cache: 'yarn'
- uses: ueokande/setup-firefox@latest
with:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@
"ts-node": "^10.7.0",
"webext-agent": "^0.1.0"
},
"engines": {
"node": "20.1.0"
},
"packageManager": "yarn@3.5.1"
}

0 comments on commit 3f9bebe

Please # to comment.