Skip to content

Commit 417af2f

Browse files
Update unit-test.yml
Update to node 18
1 parent 0d233f0 commit 417af2f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ on:
99

1010
jobs:
1111
matrix:
12-
name: 'Node ${{ matrix.node }}'
12+
name: 'Node 18'
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node: [16, 18, 20]
14+
1715
steps:
1816
- uses: actions/checkout@v4
1917
- uses: actions/setup-node@v4
2018
with:
21-
node-version: ${{ matrix.node }}
19+
node-version: 18
2220

2321
- uses: pnpm/action-setup@v3
2422
with:

0 commit comments

Comments
 (0)