diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de77e8f4..1612bb02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: '22.18.0' # specified in the package.json engines.node field + node-version: '22.19.0' # specified in the package.json engines.node field - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 89b93fd7..3a6161c2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.18.0 \ No newline at end of file +22.19.0 \ No newline at end of file