Skip to content

Commit

Permalink
Merge pull request #167 from BobbieGoede/ci/update-node-pnpm-versions
Browse files Browse the repository at this point in the history
ci: update node and pnpm versions
  • Loading branch information
cpreston321 authored Jan 28, 2024
2 parents 0c17a85 + 0b11340 commit 89f8390
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/action-setup@v2.0.1
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/action-setup@v2.0.1
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 89f8390

Please sign in to comment.