Skip to content

Commit f6761e5

Browse files
Pin dependencies
1 parent 5526261 commit f6761e5

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 22.19.0
1919

2020
- run: corepack enable
2121

@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 22
46+
node-version: 22.19.0
4747

4848
- run: corepack enable
4949

@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: actions/setup-node@v4
7676
with:
77-
node-version: 22
77+
node-version: 22.19.0
7878

7979
- run: corepack enable
8080

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"jsonc-eslint-parser": "-",
7373
"toml-eslint-parser": "-",
7474
"yaml-eslint-parser": "-",
75-
"is-core-module": "npm:@nolyfill/is-core-module@^1",
76-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
77-
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1"
75+
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39",
76+
"safe-buffer": "npm:@nolyfill/safe-buffer@1.0.44",
77+
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@1.0.44"
7878
}
7979
}
8080
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)