Skip to content

Commit

Permalink
ci: update node and pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Jan 24, 2024
1 parent 641dca9 commit 0b11340
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macos-latest, windows-latest
node: [16]
node: [18]

steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install PNPM
uses: pnpm/[email protected]
with:
version: 6.24.3
version: 8.7.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macos-latest, windows-latest
node: [16]
node: [18]

steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install PNPM
uses: pnpm/[email protected]
with:
version: 6.24.3
version: 8.7.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 0b11340

Please sign in to comment.