Skip to content

Commit

Permalink
ci: downgrade to Node 20 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Jul 21, 2024
1 parent 55a50fb commit 3ff65f9
Show file tree
Hide file tree
Showing 2 changed files with 1,213 additions and 1,190 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
# TODO - switch back to 22 https://github.com/actions/setup-node/issues/1112
node-version: 20
cache: "yarn"

- name: Install Dependencies
Expand Down
Loading

0 comments on commit 3ff65f9

Please sign in to comment.