diff --git a/.github/workflows/ci-typescript.yml b/.github/workflows/ci-typescript.yml index 0b6bef53d..bb6b8e0b7 100644 --- a/.github/workflows/ci-typescript.yml +++ b/.github/workflows/ci-typescript.yml @@ -17,7 +17,7 @@ jobs: - name: Check out code uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Setup Node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: 20 - name: Setup PNPM diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 7afb48dd2..3a867e27c 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -24,7 +24,7 @@ jobs: with: token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} - name: Setup Node - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: node-version: 20 - name: Setup PNPM