Skip to content

Commit

Permalink
chore: update node requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Apr 3, 2022
1 parent cee99f6 commit 9adb022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 17]
steps:
- uses: actions/checkout@main

- name: (env) setup pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.14.7
version: 6.32.4

- name: (env) setup node v${{ matrix.node }}
uses: actions/setup-node@main
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"uvu": "0.5.3"
},
"peerDependencies": {
"@types/node": ">=12"
"@types/node": ">=13"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
},
"engines": {
"node": ">=12"
"node": ">=13"
},
"volta": {
"node": "17.3.0"
Expand Down

0 comments on commit 9adb022

Please sign in to comment.