Skip to content

Commit

Permalink
Fix for Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 18, 2024
1 parent f34e2d6 commit d833b6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
version: 9
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '22.x'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"globals": "^15.11.0",
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.6",
"import-jsx": "^5.0.0",
"import-jsx": "github:dumbmatter/import-jsx#import-attributes",
"ink": "^5.0.1",
"ink-spinner": "^5.0.0",
"jest": "^29.7.0",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d833b6a

Please sign in to comment.