Skip to content

Commit

Permalink
[Updated] Bump node version for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Feb 1, 2024
1 parent 515e21e commit 6ab77ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
environment: testnet
steps:
- name: Set up Node version to 16
- name: Set up Node version to 18
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
runs-on: ubuntu-latest
environment: mainnet
steps:
- name: Set up Node version to 16
- name: Set up Node version to 18
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- name: Set up Node version to 16
- name: Set up Node version to 18
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down

0 comments on commit 6ab77ca

Please sign in to comment.