diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde3df0d..e17ace64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [21.x, 20.x, 18.x, "18.18.0"] + node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 71f0acaf..6fb4d87d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,9 +29,9 @@ jobs: { "type": "refactor", "section": "Chores", "hidden": false }, { "type": "test", "section": "Chores", "hidden": false } ] - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ steps.release.outputs.release_created }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: lts/* registry-url: https://registry.npmjs.org