Skip to content

Commit 0abb182

Browse files
authored
Merge pull request #15 from gemini-testing/fix_ci_run
chore: use v4 actions in gh workflow
2 parents cc6739e + fa664cd commit 0abb182

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x]
15+
node-version: [18.x, 20.x]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: "npm"
2525
- run: npm ci
26-
- run: npm test
26+
- run: npm test

0 commit comments

Comments
 (0)