diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a66c897..1564503a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,10 +10,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js v14.x + - name: Use Node.js v18.x uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '18.x' - name: Install and Build run: |