diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index e8ae15a..54417b1 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v4 - name: install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 18 - name: Install ependencies run: 'npm ci'