Skip to content

Commit

Permalink
ci: update node to version 22 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobarracha authored Jan 10, 2025
1 parent 8391533 commit 96b6dd1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-detox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Download Android Libraries
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Download iOS Libraries
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-wrapper-rn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # [email protected]

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Install Dependencies
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
override: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Set up JDK 17
Expand Down Expand Up @@ -107,9 +107,9 @@ jobs:
override: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Set up JDK 17
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-wrapper-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

# Required for publishing NPM package
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: "https://registry.npmjs.org"

- name: Run yarn install
Expand Down Expand Up @@ -113,9 +113,9 @@ jobs:

# Required for publishing NPM package
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x
registry-url: "https://registry.npmjs.org"

- name: Run yarn install
Expand Down

0 comments on commit 96b6dd1

Please sign in to comment.