Skip to content

Commit 91a74c3

Browse files
committed
chore: update ci
1 parent 24723d6 commit 91a74c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: Deploy
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16.x
14+
node-version: 18.x
1515
cache: yarn
1616
- name: install dependency
1717
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)