diff options
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca62f751..3a489235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 - cache: "npm" + node-version: 14 - run: npm install - run: npm run build - run: ${{ matrix.build }} |