diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe2e631..8a49f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: "npm" - node-version: "16" + node-version: "22" - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67626b9..97021c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "22" registry-url: "https://registry.npmjs.org" - name: Install dependencies diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 460dae0..bb4b07d 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: "npm" - node-version: "16" + node-version: "22" - name: Install dependencies run: npm ci