Skip to content

Commit f3bbd10

Browse files
committed
refactor: 修改构建时node版本号
1 parent 75a0f09 commit f3bbd10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set Node Version
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '14.21.2'
19+
node-version: '18.20.2'
2020
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
2121
run: |
2222
yarn install

0 commit comments

Comments
 (0)