Skip to content

Commit d466cc8

Browse files
committed
Upgrade workflows
1 parent eed721e commit d466cc8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test-coverage.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
strategy:
119
matrix:
12-
node-version: [12.x, 14.x]
13-
10+
node: [18, 20, 22]
1411
steps:
15-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1613
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v4
1815
with:
1916
node-version: ${{ matrix.node-version }}
2017
- run: npm install

0 commit comments

Comments
 (0)