Skip to content

Commit

Permalink
⬆️ Update Node.js version to v18 (and cspell to v8) (#780)
Browse files Browse the repository at this point in the history
* ⬆️ Use node v18
* ⬆️ Update cspell version (v7 → v8)
  • Loading branch information
usagizmo committed Dec 29, 2023
1 parent 3acbb82 commit 1fbfe7c
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]

name: Build (Node ${{ matrix.node }} on ${{ matrix.os }})

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@markuplint/svelte-parser": "^3.12.0",
"concurrently": "^8.2.2",
"cspell": "^7.3.9",
"cspell": "^8.2.4",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.3",
Expand All @@ -31,5 +31,8 @@
"prettier-plugin-tailwindcss": "^0.5.10",
"turbo": "^1.11.2"
},
"packageManager": "pnpm@8.3.1"
"packageManager": "pnpm@8.3.1",
"engines": {
"node": ">=18"
}
}
Loading

2 comments on commit 1fbfe7c

@vercel
Copy link

@vercel vercel bot commented on 1fbfe7c Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1fbfe7c Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.