Skip to content

Commit

Permalink
Upgrade pnpm to 8.7.6 and add Node.js 20 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Sep 23, 2023
1 parent e6f2a1f commit 06d26c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ jobs:
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

runs-on: ${{ matrix.os }}

strategy:
matrix:
node: ['14.x', '16.x', '18.x']
node: ['14.x', '16.x', '18.x', '20.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 7.26.1

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"node": "^14 || >=16.0.0"
},
"packageManagers": {
"pnpm": "8.3.1"
"pnpm": "8.7.6"
}
}

0 comments on commit 06d26c3

Please sign in to comment.