Skip to content

Commit

Permalink
chore: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jun 14, 2024
1 parent 2eaf1a0 commit b42cd10
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .changeset/lemon-bugs-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests.yml
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: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- uses: FuelLabs/github-actions/setups/docker@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: CI Setup
uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7

- name: Validate Changeset
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- run: pnpm audit --prod

Expand All @@ -78,7 +78,7 @@ jobs:
- name: Setup Node
uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7

- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-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: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7

- name: Bump and Collect Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- 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: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7
- 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: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7

- 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: 18.14.1
node-version: 18.18.0
pnpm-version: 8.15.7

- name: Checking updates
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node-version=18.14.1
node-version=18.18.0
strict-peer-dependencies=false
save-exact=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.1
18.18.0
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Fuel Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"engines": {
"node": ">=18.14.1",
"node": ">=18.18.0",
"pnpm": ">=8"
},
"homepage": "https://github.com/FuelLabs/fuels-wallet",
Expand Down Expand Up @@ -113,7 +113,8 @@
"zod@<=3.22.2": ">=3.22.3",
"nth-check": ">=2.1.1",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"@babel/traverse@<7.23.2": ">=7.23.2"
"@babel/traverse@<7.23.2": ">=7.23.2",
"braces@<3.0.3": ">=3.0.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/docs/docs/contributing/running-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a guide that will show you how you can run this project locally if you w

This project includes frontend. To begin, install dependencies:

- [Node.js 18.14.1 or latest stable](https://nodejs.org/en/). We recommend using [nvm](https://github.com/nvm-sh/nvm) to install.
- [Node.js 18.18.0 or latest stable](https://nodejs.org/en/). We recommend using [nvm](https://github.com/nvm-sh/nvm) to install.
- [pnpm v7.18.2 or latest stable](https://pnpm.io/installation/)
- [Docker v0.8.2 or latest stable](https://docs.docker.com/get-docker/)
- [Docker Compose v2.6.0 or latest stable](https://docs.docker.com/get-docker/)
Expand Down
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b42cd10

Please sign in to comment.