Skip to content

Commit 58d2335

Browse files
committed
ci: update node.js version to 18
1 parent acc472b commit 58d2335

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x]
13+
node-version: [18.x, 20.x]
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515

1616
name: Build with ${{ matrix.node-version }}
@@ -29,7 +29,7 @@ jobs:
2929
test:
3030
strategy:
3131
matrix:
32-
node-version: [16.x]
32+
node-version: [18.x]
3333

3434
name: Run all tests
3535
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [18.x]
1616

1717
name: Create a new release
1818
runs-on: ubuntu-latest
@@ -31,5 +31,4 @@ jobs:
3131
- name: Release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3534
run: npx semantic-release

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [18.x]
1313

1414
name: Update all dependencies
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)