diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25489bc..e9d2cfd 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@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://npm.pkg.github.com' scope: 'cycjimmy'