Skip to content

Commit f4c3758

Browse files
Update ci.yml
1 parent 23740c8 commit f4c3758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v1
99
with:
10-
node-version: 10
10+
node-version: 16
1111
- run: npm install
1212
- run: npm run lint
1313
test:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 10
24+
node-version: 16
2525
- run: npm install
2626
- run: npm test
2727
diff:
@@ -30,8 +30,8 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-node@v1
3232
with:
33-
node-version: 10
33+
node-version: 16
3434
- run: npm install
35-
- run: mv -r dist old-dist
35+
- run: mv dist old-dist
3636
- run: npm run build
3737
- run: diff dist old-dist

0 commit comments

Comments
 (0)