Skip to content

Commit

Permalink
upgrade pnpm; add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
popeindustries committed Nov 17, 2023
1 parent 5dafba0 commit ddef6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16', '18']
node: ['16', '18', '20']
name: Install, build, and test (Node ${{ matrix.node }})

steps:
Expand All @@ -30,10 +30,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-
- name: 'Install pnpm 7'
- name: 'Install pnpm 8'
uses: pnpm/action-setup@v2.2.2
with:
version: 7.x
version: 8.x

- name: 'Install Node.js'
uses: actions/setup-node@v3
Expand Down

0 comments on commit ddef6f8

Please sign in to comment.