Skip to content

Commit

Permalink
upgrade setup-node action, engine.nodes version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennysharps committed Oct 3, 2022
1 parent 2c7874e commit a46d881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- uses: pnpm/action-setup@v2.2.2

- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v3.5.0
with:
node-version: 16
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"turbo": "latest"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"dependencies": {},
"packageManager": "pnpm@7.12.2"
Expand Down

0 comments on commit a46d881

Please sign in to comment.