Skip to content

Commit 96de1ac

Browse files
committed
Lock file maintenance
Signed-off-by: Sora Morimoto <[email protected]>
1 parent cb3efaa commit 96de1ac

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set-up Node.js
2323
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2424
with:
25-
node-version: latest
25+
node-version: lts/*
2626

2727
- run: corepack enable
2828

dist/index.js

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

dist/post/index.js

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

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,9 +1793,9 @@ __metadata:
17931793
linkType: hard
17941794

17951795
"tslib@npm:^2.2.0, tslib@npm:^2.6.2":
1796-
version: 2.7.0
1797-
resolution: "tslib@npm:2.7.0"
1798-
checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6
1796+
version: 2.8.0
1797+
resolution: "tslib@npm:2.8.0"
1798+
checksum: 10c0/31e4d14dc1355e9b89e4d3c893a18abb7f90b6886b089c2da91224d0a7752c79f3ddc41bc1aa0a588ac895bd97bb99c5bc2bfdb2f86de849f31caeb3ba79bbe5
17991799
languageName: node
18001800
linkType: hard
18011801

0 commit comments

Comments
 (0)