Skip to content

Commit

Permalink
feat: switch to use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Sep 6, 2023
1 parent ae8882d commit b619578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
fetch-depth: 0

- name: Set Node.js 20.x
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18

- name: Install
run: yarn --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/nrwl/nx-set-shas/issues"
},
"engines": {
"node": ">=20"
"node": ">=18"
},
"homepage": "https://github.com/nrwl/nx-set-shas#readme",
"dependencies": {
Expand Down

0 comments on commit b619578

Please sign in to comment.