Skip to content

Commit

Permalink
ci: update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Jan 28, 2024
1 parent c7b44e0 commit 99fd346
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,14 +6,18 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20, 21]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: ${{ matrix.node-version }}
check-latest: true

- name: Install dependencies
Expand All @@ -40,7 +44,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true

- name: Import GPG key
Expand Down

0 comments on commit 99fd346

Please sign in to comment.