Skip to content

Commit 50a75a7

Browse files
committed
update build
1 parent 63db2f6 commit 50a75a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 14.x
23+
node-version: 17.x
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm run lint
@@ -63,7 +63,7 @@ jobs:
6363
name: build-artifacts
6464
- uses: actions/setup-node@v2
6565
with:
66-
node-version: 14.x
66+
node-version: 17.x
6767
- run: npm publish
6868
env:
6969
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)