Skip to content

Commit 9fa3491

Browse files
committed
build: use node 14, 16, 18
1 parent d2bf8c4 commit 9fa3491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x, 16.x]
14+
node-version: [14.x, 16.x, 18.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616
steps:
1717
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- uses: actions/setup-node@v2
3434
with:
35-
node-version: 16.x
35+
node-version: 18.x
3636
- run: npm i
3737
- run: npx semantic-release --branches main
3838
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919

2020
- run: npx changelogithub
2121
env:

0 commit comments

Comments
 (0)