Skip to content

Commit

Permalink
fix: use correct node version
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Dec 4, 2022
1 parent 797a100 commit 7533cd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup node env 📦
uses: actions/setup-node@v3
with:
node-version: 'current'
node-version-file: 'package.json'
check-latest: true
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
Expand Down
4 changes: 4 additions & 0 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
},
"dependencies": {
"s-offline": "^0.5.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}

0 comments on commit 7533cd5

Please sign in to comment.