We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26564 commit fdf65cdCopy full SHA for fdf65cd
.github/workflows/test.yml
@@ -15,13 +15,14 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [18.x, 20.x]
+ node-version: [18.19.0, 20.x]
19
steps:
20
- name: set git core.autocrlf to 'input'
21
run: git config --global core.autocrlf input
22
- uses: actions/checkout@v3
23
- uses: actions/setup-node@v3
24
with:
25
+ node-version: ${{ matrix.node-version }}
26
cache: 'npm'
27
cache-dependency-path: package-lock.json
28
- run: npm ci
0 commit comments