From dde4d507460b3494a87916c641a67ef71b95c130 Mon Sep 17 00:00:00 2001 From: Thierry Bela Nanga Date: Sun, 12 Jul 2026 22:28:43 -0400 Subject: [PATCH 1/2] upgrade npm action #127 --- .github/workflows/npm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 9b53ae35..138cc383 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -10,9 +10,10 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: + node-version: '24.x' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm publish --provenance --access public From 19c6c005a11acea8f3acfd826a967a354ee80d5c Mon Sep 17 00:00:00 2001 From: Thierry Bela Nanga Date: Sun, 12 Jul 2026 22:35:36 -0400 Subject: [PATCH 2/2] upgrade coverage action #127 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f2d0597b..62cd8328 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: # Your original steps - - uses: actions/checkout@v7 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 - name: Install run: npm install