diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ed5c5..11b341c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: npm ci - run: npm run lint diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index d725079..c491c04 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - name: Install Packages run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acf4c3e..eec8792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,4 +13,4 @@ jobs: with: github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }} npm-token: ${{ secrets.NODE_AUTH_TOKEN }} - node-version: 18 + node-version: 22 diff --git a/.nvmrc b/.nvmrc index a9d0873..53d1c14 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19.0 +v22