Skip to content

Commit

Permalink
chore: use v20 (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi authored Apr 9, 2024
1 parent 8b1260d commit 874a268
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Set up .npmrc file to use GitHub Packages
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Set up .npmrc file to use GitHub Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Set up .npmrc file to use GitHub Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Set up .npmrc file to use GitHub Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 18.19.1
node-version: 20.x

# Used to read the `binding.gyp` file from `@iota/sdk`
- name: Set up Python 3.10
Expand Down

0 comments on commit 874a268

Please sign in to comment.