diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2ac22e7..ed6867ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 24.x cache: npm registry-url: https://registry.npmjs.org - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27f7b961..fa9de31b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 24.x cache: npm - run: npm ci - run: npm run lint