diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9318ece..68cf8f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - uses: actions/cache@v1 with: path: ~/.npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c76a150..315eef0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Install dependencies run: npm install - name: Build