diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 0629abf..4f828c9 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713c6dd..65f7341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable @@ -99,7 +99,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - run: corepack enable diff --git a/package.json b/package.json index 5c0f7aa..866272c 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "eslint-processor-vue-blocks": "-", "jsonc-eslint-parser": "-", "toml-eslint-parser": "-", - "is-core-module": "npm:@nolyfill/is-core-module@^1", - "safer-buffer": "npm:@nolyfill/safer-buffer@^1" + "is-core-module": "npm:@nolyfill/is-core-module@1.0.39", + "safer-buffer": "npm:@nolyfill/safer-buffer@1.0.44" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49b15d7..c9b499a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ overrides: eslint-processor-vue-blocks: '-' jsonc-eslint-parser: '-' toml-eslint-parser: '-' - is-core-module: npm:@nolyfill/is-core-module@^1 - safer-buffer: npm:@nolyfill/safer-buffer@^1 + is-core-module: npm:@nolyfill/is-core-module@1.0.39 + safer-buffer: npm:@nolyfill/safer-buffer@1.0.44 importers: