Skip to content

Commit ae8ce8b

Browse files
committed
chore: update workflows config.
1 parent 534d0bd commit ae8ce8b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
build-deploy:
88
runs-on: ubuntu-18.04
99
steps:
10-
- uses: actions/checkout@master
11-
12-
- name: Setup Node
13-
uses: actions/setup-node@v1
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
1412
with:
15-
node-version: 10
13+
node-version: 16
1614

1715
- run: npm install
1816
- run: npm run test

0 commit comments

Comments
 (0)