diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129a98b..3e7208e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Enable Corepack run: corepack enable @@ -94,7 +94,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 457fb09..ca20896 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' registry-url: 'https://registry.npmjs.org' - name: Enable Corepack