diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e5c4bb3..069dde8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '20.5' + node-version: '20.8' cache: yarn cache-dependency-path: | main/website/yarn.lock diff --git a/.github/workflows/proof.yaml b/.github/workflows/proof.yaml index 3c99afb..35ca6ba 100644 --- a/.github/workflows/proof.yaml +++ b/.github/workflows/proof.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '20.5' + node-version: '20.8' cache: yarn cache-dependency-path: 'website/yarn.lock' diff --git a/website/package.json b/website/package.json index 87a411f..115ea8b 100644 --- a/website/package.json +++ b/website/package.json @@ -48,6 +48,6 @@ ] }, "engines": { - "node": ">=16.14" + "node": ">=20.8" } }