Skip to content

Commit

Permalink
[Github Actions] Change: Use node_version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 21, 2024
1 parent 3f24978 commit 6077c87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: yarn
- run: yarn ci
- uses: JS-DevTools/npm-publish@v1
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Restore cache yarn
id: cache-yarn
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Restore cache yarn
uses: actions/cache@v2
Expand All @@ -107,10 +107,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Restore cache yarn
uses: actions/cache@v2
Expand Down Expand Up @@ -156,10 +156,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Restore cache yarn
uses: actions/cache@v2
Expand Down

0 comments on commit 6077c87

Please sign in to comment.