Skip to content

Commit 422e024

Browse files
fix(deps): update dependency @octoherd/cli to v4 (#71)
BREAKING CHANGE: Node 16 is no longer supported
1 parent 844274b commit 422e024

File tree

3 files changed

+55
-204
lines changed

3 files changed

+55
-204
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
cache: npm
2020
- run: npm ci
2121
- run: npm t

package-lock.json

+52-201
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)