Skip to content

Commit ba6d8f7

Browse files
committed
feat: fix ci/cd node v20
1 parent c15c21d commit ba6d8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "20"
25+
node-version: 20
2626
- name: Install dependencies
2727
run: npm install @actions/core
2828
- name: Release
@@ -88,7 +88,7 @@ jobs:
8888
- name: Sync node version and setup cache
8989
uses: actions/setup-node@v4
9090
with:
91-
node-version: "20"
91+
node-version: 20
9292
cache: "npm" # Set this to npm, yarn or pnpm.
9393

9494
- name: Install frontend dependencies

0 commit comments

Comments
 (0)