diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 457e1d9..c293964 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js with GitHub Package Registry uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: 'https://npm.pkg.github.com' scope: 'cycjimmy'