Skip to content

Commit 87c8180

Browse files
committed
chore: update to Node.js v20
1 parent 94d0f12 commit 87c8180

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
- develop
77
env:
8-
NODE_VERSION: 18
8+
NODE_VERSION: 20
99
PNPM_VERSION: 8
1010
jobs:
1111
release:

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: "0 0 * * *"
66
env:
7-
NODE_VERSION: 18
7+
NODE_VERSION: 20
88
PNPM_VERSION: 8
99
jobs:
1010
update:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Review the readme file for published [packages](https://github.com/swordev/json-
1515

1616
### Requirements
1717

18-
- [Node.js v18](https://nodejs.org)
18+
- [Node.js v20](https://nodejs.org)
1919
- [pnpm v8](https://pnpm.io)
2020

2121
### Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@changesets/cli": "^2.26.2",
2323
"@changesets/git": "^2.0.0",
2424
"@changesets/write": "^0.2.3",
25-
"@types/node": "^20.8.7",
25+
"@types/node": "^20.8.9",
2626
"json-schema-to-typescript": "^13.1.1",
2727
"json-schema-traverse": "^1.0.0",
2828
"prettier": "^3.0.3",

pnpm-lock.yaml

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)