Skip to content

Commit 551dea9

Browse files
committed
bump node engine to 20.7
1 parent 6a8a462 commit 551dea9

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.changeset/eight-weeks-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@fuz.dev/fuz_code': minor
3+
---
4+
5+
bump node engine to 20.7

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [20.5]
18+
node-version: [20.7]
1919

2020
steps:
2121
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
> [prismjs](https://github.com/PrismJS/prism) for
55
> [Svelte](https://github.com/sveltejs/svelte),
66
> [SvelteKit](https://github.com/sveltejs/kit),
7+
> [TypeScript](https://github.com/microsoft/typescript),
78
> and [Fuz](https://github.com/fuz-dev/fuz)
89
910
docs:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuz.dev/fuz_code",
3-
"description": "code blocks with syntax highlighting using prismjs for Svelte, SvelteKit, and Fuz",
3+
"description": "code blocks with syntax highlighting using prismjs for Svelte, SvelteKit, TypeScript, and Fuz",
44
"version": "0.1.0",
55
"license": "MIT",
66
"type": "module",
@@ -12,7 +12,7 @@
1212
"url": "https://www.ryanatkn.com/"
1313
},
1414
"engines": {
15-
"node": ">=20.5"
15+
"node": ">=20.7"
1616
},
1717
"scripts": {
1818
"start": "gro dev",

src/static/.well-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuz.dev/fuz_code",
3-
"description": "code blocks with syntax highlighting using prismjs for Svelte, SvelteKit, and Fuz",
3+
"description": "code blocks with syntax highlighting using prismjs for Svelte, SvelteKit, TypeScript, and Fuz",
44
"version": "0.1.0",
55
"license": "MIT",
66
"type": "module",
@@ -12,7 +12,7 @@
1212
"url": "https://www.ryanatkn.com/"
1313
},
1414
"engines": {
15-
"node": ">=20.5"
15+
"node": ">=20.7"
1616
},
1717
"scripts": {
1818
"start": "gro dev",

0 commit comments

Comments
 (0)