Skip to content

Commit

Permalink
update node actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joecowton1 committed Nov 30, 2022
1 parent 3c056e8 commit 3e9787d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ar-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
with:
fetch-depth: 0

- uses: guardian/actions-setup-node@main

- uses: actions/setup-node@v3
# Cache npm dependencies using https://github.com/bahmutov/npm-install
# Root yarn installs all workspaces (root, common, dotcom)
- uses: bahmutov/npm-install@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cr-chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Chromatic 👓
name: CR Chromatic 👓

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0

- uses: guardian/actions-setup-node@main
- uses: actions/setup-node@v3

# Cache npm dependencies using https://github.com/bahmutov/npm-install
# Root yarn installs all workspaces (root, common, dotcom)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dcr-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0

- uses: guardian/actions-setup-node@main
- uses: actions/setup-node@v3

# Cache npm dependencies using https://github.com/bahmutov/npm-install
# Root yarn installs all workspaces (root, common, dotcom)
Expand Down

0 comments on commit 3e9787d

Please sign in to comment.