diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adb11903..2591a357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -41,7 +41,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -70,7 +70,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -101,7 +101,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }}