Skip to content

Commit

Permalink
adjusting node & pnpm version support
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 23, 2025
1 parent 8edac8c commit 72053bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:

strategy:
matrix:
node: ['16', '18', '20']
node: ['18', '20', '22']
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}

0 comments on commit 72053bf

Please sign in to comment.