Skip to content

Commit

Permalink
chore: set to explicit node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Nov 28, 2024
1 parent 18a512e commit 6fa844b
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e-crx-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
fetch-depth: 0

- name: CI Setup
uses: FuelLabs/github-actions/setups/node@58bcd91d7246e40938e1971be0b0fe35b253dff0
uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0

- name: Validate Changeset
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- name: Install jq
run: sudo apt-get install jq
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- run: pnpm audit --prod

Expand All @@ -107,7 +107,7 @@ jobs:
- name: Setup Node
uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0

- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-npm-changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/npm@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unpublish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0
- uses: FuelLabs/github-actions/setups/npm@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0

- name: Checking updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
node-version: 20.18.1
pnpm-version: 9.5.0

- name: Checking updates
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Fuel Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"engines": {
"node": "20.x",
"pnpm": ">=9"
"node": "v20.18.1",
"pnpm": "9.5.0"
},
"homepage": "https://github.com/FuelLabs/fuels-wallet",
"repository": {
Expand Down

0 comments on commit 6fa844b

Please sign in to comment.