diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a698ebbc..0c27cdd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: git config user.name "TypeScript Bot" - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x registry-url: https://registry.npmjs.org - name: install run: yarn install --frozen-lockfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6d23c50..f7270889 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: ref: master - uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 14.x registry-url: https://registry.npmjs.org - name: configure git run: |