Skip to content

Commit

Permalink
[CI] Fix: Use node 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 21, 2024
1 parent 6077c87 commit 3715985
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
analyse:
executor:
name: rn/linux_js
node_version: '16'
node_version: '20.11.0'
steps:
- attach_workspace:
at: .
Expand Down
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: 16
node-version: 20.11.0
- 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 16
- name: Setup node 20.11.0
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20.11.0'

- 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 16
- name: Setup node 20.11.0
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20.11.0'

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

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

- 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 16
- name: Setup node 20.11.0
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20.11.0'

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

0 comments on commit 3715985

Please sign in to comment.