diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4748d3e..55de21a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 20, 'lts/*', 'latest' ] + node-version: [ 20, 24, 'lts/*', 'latest' ] steps: - uses: actions/checkout@v4 - diff --git a/.nvmrc b/.nvmrc index a81deba..b2ab1bb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.12.2 +v24.11.0 \ No newline at end of file diff --git a/package.json b/package.json index 76db4de..e31e2d6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.2.3", "description": "Standardization utilities for Silvermine projects", "scripts": { - "check-node-version": "check-node-version --npm 10.5.0", + "check-node-version": "check-node-version --npm 11.6.1", "test:markdownlint": "./bin/run-markdownlint-tests.sh", "test:stylelint": "./bin/run-stylelint-tests.sh", "test": "npm run test:markdownlint && npm run test:stylelint",