diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c160081..0ae26c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v5 with: - node-version: 18.x + node-version: 22.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -38,7 +38,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v5 with: - node-version: 18.x + node-version: 22.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77770e5..0b861ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v5 with: - node-version: 18.x + node-version: 22.x cache: 'npm' registry-url: 'https://registry.npmjs.org/'