Skip to content

Commit 40aa741

Browse files
author
逍为
committed
fix: update action workflow
1 parent 3381db6 commit 40aa741

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ jobs:
66
build:
77
runs-on: macOS-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- name: Use Node.js 12
11-
uses: actions/setup-node@v1
9+
- name: Checkout
10+
uses: actions/checkout@v2.3.4
11+
- name: Setup Node.js environment
12+
uses: actions/setup-node@v2.1.5
1213
with:
13-
node-version: 12.10.0
14+
node-version: '20'
1415
- name: npm install
1516
run: |
1617
npm install

0 commit comments

Comments
 (0)