diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b2ac419..363eeadd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.0 + node-version: 24.18.0 - name: make nvm available run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 76feeaab..b4b4bd38 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.0 + node-version: 24.18.0 - name: Install dependencies run: npm ci - name: Example tests @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: - node-version: 24.14.0 + node-version: 24.18.0 - name: make nvm available run: | sudo cp ~/.nvm/nvm.sh /usr/local/bin/nvm diff --git a/.nvmrc b/.nvmrc index bd165d99..f1fa0e94 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.14.0 \ No newline at end of file +24.18.1 \ No newline at end of file