Skip to content

Commit fdf65cd

Browse files
authored
fix: use latest 18.x, correctly map matrix version
1 parent ea26564 commit fdf65cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x]
18+
node-version: [18.19.0, 20.x]
1919
steps:
2020
- name: set git core.autocrlf to 'input'
2121
run: git config --global core.autocrlf input
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25+
node-version: ${{ matrix.node-version }}
2526
cache: 'npm'
2627
cache-dependency-path: package-lock.json
2728
- run: npm ci

0 commit comments

Comments
 (0)