Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGerleman committed Sep 5, 2023
1 parent 954ac10 commit 21f5d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
uses: ./.github/actions/install-ninja

- name: Setup Node environment
uses: actions/setup-node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/setup-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ runs:
node-version: 12.x
cache: yarn
cache-dependency-path: website/yarn.lock
env:
# https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0

# TODO: the website should be in a yarn workspace with the library, but the
# current version of gatsby is incompatible with hoisting.
Expand Down

0 comments on commit 21f5d76

Please sign in to comment.