Skip to content

Commit 987283b

Browse files
Pin dependencies
1 parent b13d3c4 commit 987283b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cicd.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.21.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.21.0
4747

4848
- run: corepack enable
4949

@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: actions/setup-node@v4
7373
with:
74-
node-version: 22
74+
node-version: 22.21.0
7575

7676
- run: corepack enable
7777

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"jsonc-eslint-parser": "-",
8080
"toml-eslint-parser": "-",
8181
"yaml-eslint-parser": "-",
82-
"is-core-module": "npm:@nolyfill/is-core-module@^1"
82+
"is-core-module": "npm:@nolyfill/is-core-module@1.0.39"
8383
}
8484
}
8585
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)