diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6971c814..2a369d49 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.20.0 - run: corepack enable @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.20.0 - run: corepack enable @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.20.0 - run: corepack enable diff --git a/package.json b/package.json index 21309d06..2c622509 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jsonc-eslint-parser": "-", "toml-eslint-parser": "-", "yaml-eslint-parser": "-", - "is-core-module": "npm:@nolyfill/is-core-module@^1" + "is-core-module": "npm:@nolyfill/is-core-module@1.0.39" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30b1d9f4..f0d4049e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ overrides: jsonc-eslint-parser: '-' toml-eslint-parser: '-' yaml-eslint-parser: '-' - is-core-module: npm:@nolyfill/is-core-module@^1 + is-core-module: npm:@nolyfill/is-core-module@1.0.39 importers: