diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69a7986..c42c2cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cdc1a0..ef61e1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 24.x - name: npm install, build, and test run: | npm install