Skip to content

Commit

Permalink
chore: update node to 22; Update tailwindcss-ember-power-select to la…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
josemarluedke committed Nov 13, 2024
1 parent 74ced40 commit ecb9671
Show file tree
Hide file tree
Showing 4 changed files with 11,727 additions and 15,335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: 20.x
node-version: 22.x
- name: Install dependencies
run: pnpm install
- name: Lint JS
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"node": ">= 10.*"
},
"volta": {
"node": "20.10.0",
"pnpm": "8.14.0"
"node": "22.11.0",
"pnpm": "9.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mini-svg-data-uri": "^1.4.4",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.1.20",
"tailwindcss-ember-power-select": "^0.4.1"
"tailwindcss-ember-power-select": "^0.4.2"
},
"devDependencies": {
"@babel/core": "7.26.0",
Expand Down
Loading

0 comments on commit ecb9671

Please sign in to comment.