diff --git a/.github/workflows/release-branch-artifact.yaml b/.github/workflows/release-branch-artifact.yaml index 363d03fc2f6..388f6415af6 100644 --- a/.github/workflows/release-branch-artifact.yaml +++ b/.github/workflows/release-branch-artifact.yaml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use node version 12 + - name: Use node version 14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Remove existing TypeScript run: | npm uninstall typescript --no-save