diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e558887..62c171a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: '24.14.1' + node-version: '24.15.0' # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -23,10 +23,11 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' cache: 'npm' - run: npm ci - run: npm test + diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ee81f9c..c7ab590 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' registry-url: "https://registry.npmjs.org" - name: Install dependencies @@ -39,3 +39,4 @@ jobs: +