Skip to content

Commit 036d2f1

Browse files
authored
Update node.js.yml
1 parent 69ce1d1 commit 036d2f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node.js.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
15+
node-version: [18.x, 20.x, 22.x]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- run: sudo apt install gfortran
2020
- run: cd reference && make && cd ..
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm ci
2626
- run: npm run build
2727
- run: npm test
2828
- name: Coveralls
29-
uses: coverallsapp/github-action@master
29+
uses: coverallsapp/github-action@v2
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
flag-name: run-${{ matrix.test_number }}
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Coveralls Finished
40-
uses: coverallsapp/github-action@master
40+
uses: coverallsapp/github-action@v2
4141
with:
4242
github-token: ${{ secrets.github_token }}
4343
parallel-finished: true

0 commit comments

Comments
 (0)