Skip to content

Commit

Permalink
chore: use Nodejs 18.x for GitHub CI
Browse files Browse the repository at this point in the history
Tidy doesn't like later versions.

Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Oct 12, 2023
1 parent 3f5ec8a commit 938859d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Setup nodejs
uses: actions/[email protected]
with:
node-version-file: package.json
node-version: 18.x
check-latest: true
# Disabled until we can satisfy Tidy.
#node-version-file: package.json
cache: "pnpm"

- name: Install dependencies
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Setup nodejs
uses: actions/[email protected]
with:
node-version-file: package.json
node-version: 18.x
check-latest: true
# Disabled until we can satisfy Tidy.
#node-version-file: package.json
cache: "pnpm"

- name: Install dependencies
Expand Down

0 comments on commit 938859d

Please sign in to comment.