Skip to content

Commit 26ae915

Browse files
committed
npm i
1 parent 489c9ce commit 26ae915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [18.x, 20.x, 22.x]
22+
node-version: [22.x]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'npm'
32-
- run: npm ci
32+
- run: npm i
3333
- run: npm run build --if-present
3434
- run: npm test

0 commit comments

Comments
 (0)