diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bed019e..deb6042 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 cache: npm - run: npm ci - run: npm run lint @@ -25,9 +25,10 @@ jobs: strategy: matrix: node-version: - - 22 - - 20 - 18 + - 20 + - 22 + - 24 steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8102e4b..46ef00b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --provenance --access public