Skip to content

Commit 3376f40

Browse files
authored
Merge pull request #113 from radiovisual/update-ci-for-node-20
ci: update workflows to node v20
2 parents 0f82588 + 667c789 commit 3376f40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 16
1413
- 18
14+
- 20
1515
- latest
1616
steps:
1717
- uses: actions/checkout@v4
@@ -20,6 +20,6 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install
2222
- run: npm test
23-
- uses: codecov/codecov-action@v3
23+
- uses: codecov/codecov-action@v4
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '18.x'
12+
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: git config --global user.email "wuergler@gmail.com"
1515
- run: git config --global user.name "Michael Wuergler"

0 commit comments

Comments
 (0)