Skip to content

Commit

Permalink
* Update the GitHub Action to node 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Sep 3, 2021
1 parent ad6f784 commit 99ac5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and publish
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- run: |
npm i
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Build and publish
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- run: |
npm i
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build and publish
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- run: |
npm i
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Build and publish
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- run: |
npm i
Expand Down

0 comments on commit 99ac5b1

Please sign in to comment.