Skip to content

Commit

Permalink
chore(deps): update to node@22 (#268)
Browse files Browse the repository at this point in the history
* chore(deps): update to node@22

* chore: update to svelte adataper vercel
  • Loading branch information
binoy14 authored Jan 11, 2025
1 parent 559626a commit c640e26
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanityDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.294",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/adapter-vercel": "5.5.2",
"@sveltejs/kit": "2.15.2",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@testing-library/dom": "10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/calculator-utils/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-vercel';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
Expand Down
2 changes: 1 addition & 1 deletion apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.69.0",
"@types/node": "20.17.12"
"@types/node": "22.10.5"
}
}
Loading

0 comments on commit c640e26

Please sign in to comment.