diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a9f84e..6e264030 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: - node-version: ["16", "18", "20"] + node-version: ["16", "22", "24"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a2227e8d..da06ef83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - - name: Use node 18 + - name: Use node 22 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: yarn config run: yarn config set ignore-engines true - name: Git Identity