Skip to content

Commit

Permalink
chore(ci): updates all github workflows' node-version to 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 5, 2023
1 parent 8e41c68 commit ff0ced0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_checks-example.nyml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: _ci/backstop/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bd-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: front/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: |
front/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop-refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: |
_ci/backstop/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: |
_ci/backstop/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v3
with:
node-version: "18.17.1"
node-version: "18.18.0"
cache: "npm"
cache-dependency-path: |
_ci/perf/package.json
Expand Down

0 comments on commit ff0ced0

Please sign in to comment.