diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e615a19..3fefd46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' cache: 'yarn' - name: Install dependencies run: yarn install --immutable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bcda88e..ab675be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' cache: 'yarn' - name: Install dependencies run: yarn install --immutable