Skip to content

Commit e84596f

Browse files
authored
feat: update dependencies (#86)
1 parent f37cad4 commit e84596f

File tree

5 files changed

+686
-436
lines changed

5 files changed

+686
-436
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ steps.release.outputs.release_created }}
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
registry-url: "https://registry.npmjs.org"
2424
if: ${{ steps.release.outputs.release_created }}
2525
- run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/setup-node@v3
88
with:
9-
node-version: 18.x
9+
node-version: 22.x
1010
- uses: actions/checkout@v3
1111
- run: npm ci
1212
- run: npm run build

0 commit comments

Comments
 (0)