diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c908dd..df18dd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "12" + node-version: "24" cache: 'npm' - run: npm ci - run: npm run semantic-release