diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 274ec8f3..a515dddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.4 - name: Use Node 22 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "22.x" - name: Cache node modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82940844..e7baf760 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 # Set up Node.js - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "22.x" registry-url: "https://registry.npmjs.org"