Skip to content

Commit

Permalink
chore: set node to 18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed May 17, 2024
1 parent 44a5fe1 commit 87bbf7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.2
pnpm-version: 8.15.7
# RUN LINT CHECK
- name: Lint Check
Expand All @@ -52,7 +52,7 @@ jobs:
submodules: 'true'
- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.2
pnpm-version: 8.15.7
- uses: dtolnay/rust-toolchain@stable

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.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.2
pnpm-version: 8.15.7
- run: pnpm audit --prod

Expand All @@ -41,7 +41,7 @@ jobs:

- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.2
pnpm-version: 8.15.7

- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 18.14.1
node-version: 18.18.2
pnpm-version: 8.15.7

- name: Run Script
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.1
18.18.2

0 comments on commit 87bbf7c

Please sign in to comment.