Skip to content

Commit

Permalink
test: Add Node 20 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 15, 2024
1 parent 0ed8644 commit 72f96bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: mskelton/setup-pnpm@v2
with:
node-version: '18.x'
node-version: '20.x'
- run: pnpm test
release:
needs: test
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: mskelton/setup-pnpm@v2
with:
node-version: '18.x'
node-version: '20.x'
- name: Build
run: pnpm build
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: Setup Node.js ${{ matrix.node-version }}
uses: mskelton/setup-pnpm@v2
Expand Down

0 comments on commit 72f96bb

Please sign in to comment.