diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2410e7ce79..5a32002198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v4 id: cache with: - node-version: '20.18.1' + node-version: '20.18.3' cache: 'pnpm' - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fd11c3af0..37bd16ef8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v4 id: cache with: - node-version: '20.18.1' + node-version: '20.18.3' cache: 'pnpm' - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index ff739713a2..55d79e1bbd 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-node@v4 id: cache with: - node-version: '20.18.1' + node-version: '20.18.3' cache: 'pnpm' - run: pnpm install --frozen-lockfile