Skip to content

Commit

Permalink
build: specify node/yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 14, 2023
1 parent c9a05bd commit 62310c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '20'
- name: Get Yarn cache directory path
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"webpack-cli": "^4.10.0"
},
"version": "0.1.0",
"engines": {
"node": "20.9.0",
"yarn": "1.22.19"
},
"devDependencies": {
"@webpack-cli/serve": "^1.7.0"
},
Expand Down

0 comments on commit 62310c3

Please sign in to comment.