diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a5e8e8e..2f0ab05b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 @@ -47,7 +47,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 @@ -87,7 +87,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: yarn @@ -117,7 +117,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18