diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2b78070..38ec280 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: yarn diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index 39df605..bfdcb69 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: yarn