We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1abe6 commit bb91f36Copy full SHA for bb91f36
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macOS-latest, windows-latest]
15
- node-version: [18.19.0, '*']
+ node-version: [18.19.0, 20.13.1]
16
exclude:
17
- os: macOS-latest
18
node-version: 18.19.0
@@ -31,6 +31,6 @@ jobs:
31
name: NPM Install
32
- name: Linting
33
run: npm run format:ci
34
- if: "${{ matrix.node-version == '*' }}"
+ if: "${{ matrix.node-version == '20.13.1' }}"
35
- name: Run tests
36
run: npm run test
0 commit comments