diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e39905..679978b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node Version 12 uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: Get npm cache directory id: npm-cache-dir