Skip to content

Commit

Permalink
fix: update node version to lts/hydrogen
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Jul 14, 2023
1 parent 39c5697 commit 4fabd37
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
yarn-version: 'v1.22.19'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- uses: actions/setup-go@v2
with:
go-version: '^1.19.0'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-lib-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
registry-url: 'https://registry.npmjs.org'

- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Install Webapp dependencies
run: yarn install --frozen-lockfile
- uses: andresz1/size-limit-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: '16.18'
node-version: 'lts/hydrogen'
- name: Install dependencies
run: make install-web-dependencies

Expand Down

0 comments on commit 4fabd37

Please sign in to comment.