From 8188cb3007752122b32ccef7624ab4a020004440 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 9 Apr 2025 17:58:53 +0200 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c89132d..ec245b3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: # test code - run: npm run standard - run: npm run validate + - name : rm file - run: npm run c8 # Test global install of the package - run: npm pack . From 27bc8508bcaad8332b949f748da6f0af71e6e753 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 9 Apr 2025 18:01:30 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec245b3f..8632ed8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [ '^20.17.0' ] + node-version: [ '^22.14.0' ] os: [ubuntu-latest] steps: