Skip to content

Commit

Permalink
gha update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek committed Aug 22, 2024
1 parent 591fc24 commit bc3cee8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
- 1433:1433
strategy:
matrix:
node-version: [18.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/[email protected]
with:
version: 7.12.2
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm t

0 comments on commit bc3cee8

Please sign in to comment.