diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c80ad4..1461ed84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16.20.2' # specified in the package.json engines.node field + node-version: '22.14.0' # specified in the package.json engines.node field - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 829e9737..adb55585 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.19.0 \ No newline at end of file +22.14.0 \ No newline at end of file