Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
Update to node 18
  • Loading branch information
chris-bateman committed Feb 18, 2024
1 parent 0d233f0 commit 417af2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/unit-test.yml
Expand Up @@ -9,16 +9,14 @@ on:

jobs:
matrix:
name: 'Node ${{ matrix.node }}'
name: 'Node 18'
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 18

- uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 417af2f

Please sign in to comment.