diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c89132d..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: @@ -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 .