Skip to content

Commit

Permalink
Downgrade build to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jan 23, 2025
1 parent db59b37 commit df70bff
Show file tree
Hide file tree
Showing 3 changed files with 1,228 additions and 560 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22
node-version: 20
cache: 'npm'

- name: Merge and build
Expand All @@ -30,7 +30,7 @@ jobs:
built_asset_paths: build
build_script: |
ls -lah
ls node_modules || true
tree src || true
npm ci
ls node_modules
tree src || true
npm run build
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
v20
Loading

0 comments on commit df70bff

Please sign in to comment.