Skip to content

Commit b0c42ac

Browse files
committed
chore(cicd): bump cicd node versions
1 parent e57c6f2 commit b0c42ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node-version: [16.x]
13+
node-version: [16.x, 18.x]
1414
os: [ubuntu-latest]
1515

1616
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Release

0 commit comments

Comments
 (0)