diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f69241f..79bb301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 20.20.0 + node-version: 20.20.2 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm lint @@ -52,7 +52,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 20.20.0 + node-version: 20.20.2 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm build