Skip to content

Commit

Permalink
build: fix node 22 compat (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Dec 23, 2024
1 parent 78bc16f commit 277291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Cache turbo build setup
Expand Down
1 change: 1 addition & 0 deletions packages/tsbuildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"type": "module",
"dependencies": {
"@assistant-ui/tailwindcss-transformer": "workspace:^",
"@assistant-ui/tsconfig": "workspace:*",
Expand Down

0 comments on commit 277291c

Please sign in to comment.