diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0868d7e5..2363b5a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Build website run: | diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index eaaa1574..5dc12b4c 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Test build run: |