Skip to content

Commit 2482a2e

Browse files
authored
ci: Updated node versions (#12)
1 parent ac3be65 commit 2482a2e

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
@@ -15,7 +15,7 @@ jobs:
1515

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

2121
steps:
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm run build
3030
- run: npm run test
3131
- name: Publish to coveralls.io
32-
if: matrix.node-version == '14.x'
32+
if: matrix.node-version == '16.x'
3333
uses: coverallsapp/github-action@v1.1.2
3434
with:
3535
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)