diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 485c607..a470ebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: '24.13.0' + node-version: '24.14.0' # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -23,8 +23,9 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: - node-version: '24.13.0' + node-version: '24.14.0' cache: 'npm' - run: npm ci - run: npm test + diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 382bc24..145ea04 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@v4 with: - node-version: '24.13.0' + node-version: '24.14.0' registry-url: "https://registry.npmjs.org" - name: Install dependencies @@ -32,3 +32,4 @@ jobs: - name: Publish to npm run: npm run publish +