Skip to content

Commit

Permalink
chore: update workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
iNorthIsle committed Mar 14, 2022
1 parent af615cc commit f14fdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Checkout ${{ env.share_components }}
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Checkout ${{ env.share_components }}
uses: actions/checkout@v2
Expand Down

0 comments on commit f14fdb4

Please sign in to comment.