Skip to content

Commit

Permalink
bump LTS node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Sep 11, 2023
1 parent 391a4d3 commit 4e1b637
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Install dependencies
run: npm ci
- name: Set Version
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Install dependencies
run: |
pushd docs
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Setup Git
run: |
git config user.name "xLabs CI"
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Set up GitHub NPM registry
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
registry-url: https://npm.pkg.github.com
- name: Publish
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Install dependencies
run: npm ci
- name: Set Version
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
registry-url: https://npm.pkg.github.com

- name: Cache Node modules
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Set up GitHub NPM registry
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
registry-url: https://npm.pkg.github.com
- name: Publish
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Install dependencies
run: npm ci
- name: Set Version
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
- name: Setup Git
run: |
git config user.name "xLabs CI"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Set up GitHub NPM registry
uses: actions/setup-node@v3
with:
node-version: v16.19.1
node-version: v18.17.1
registry-url: https://npm.pkg.github.com
- name: Publish
env:
Expand Down

0 comments on commit 4e1b637

Please sign in to comment.