Skip to content

Commit bb91f36

Browse files
committed
chore: use node 20
1 parent 0e1abe6 commit bb91f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [18.19.0, '*']
15+
node-version: [18.19.0, 20.13.1]
1616
exclude:
1717
- os: macOS-latest
1818
node-version: 18.19.0
@@ -31,6 +31,6 @@ jobs:
3131
name: NPM Install
3232
- name: Linting
3333
run: npm run format:ci
34-
if: "${{ matrix.node-version == '*' }}"
34+
if: "${{ matrix.node-version == '20.13.1' }}"
3535
- name: Run tests
3636
run: npm run test

0 commit comments

Comments
 (0)