diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f57b35..c0e9591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - uses: actions/checkout@v4 - name: Cache node_modules id: cache diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f7d9eca..340acf7 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" registry-url: 'https://registry.npmjs.org' - uses: actions/checkout@v4 - name: Cache node_modules