Skip to content

Commit

Permalink
Update CI to drop Node 14, add Node 20, use pnpm 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Aug 19, 2023
1 parent 2286f07 commit 0073745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14", "16", "18"]
node: ["16", "18", "20"]
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 0073745

Please sign in to comment.