Skip to content

Commit 837a1b3

Browse files
authored
bump node version
1 parent 09b6bad commit 837a1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
node-version: [ 16.x ]
51+
node-version: [ 18.x ]
5252
steps:
5353
- uses: actions/checkout@v4
5454
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: Use Node.js
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: 16.x
62+
node-version: 18.x
6363
- name: pnpm install, build,
6464
run: |
6565
mkdir ~/.ssh

0 commit comments

Comments
 (0)