diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 129a80c71a..40a15b37ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,11 +22,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: "14.x" + node-version: "18.x" - name: Install dependencies run: npm install - name: Run build