Skip to content

Commit b74b797

Browse files
committed
bump required node version to 20.17
1 parent fc8395a commit b74b797

File tree

5 files changed

+303
-548
lines changed

5 files changed

+303
-548
lines changed

.changeset/three-humans-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ryanatkn/fuz_code": minor
3+
---
4+
5+
bump required node version to `20.17`

.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.12']
18+
node-version: ['20.17']
1919

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

0 commit comments

Comments
 (0)