diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abb6081..85c8bc3 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: 14.x + node-version: 24.x - run: node --version - run: npm cit - run: npx semantic-release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd537fa..40cde08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 24.x - run: node --version - run: npm cit