diff --git a/.github/workflows/deploy-craft-v4.yml b/.github/workflows/deploy-craft-v4.yml index f1b24fad..51f2f505 100644 --- a/.github/workflows/deploy-craft-v4.yml +++ b/.github/workflows/deploy-craft-v4.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - name: Install npm dependencies run: npm install