We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c3b55 commit a45b20dCopy full SHA for a45b20d
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 22
20
cache: npm
21
- run: npm ci
22
- run: npm run lint
.github/workflows/pr-title.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
23
- name: Install Packages
24
run: npm ci
.github/workflows/release.yml
@@ -13,4 +13,4 @@ jobs:
13
14
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
15
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}
.nvmrc
@@ -1 +1 @@
1
-18.19.0
+v22
0 commit comments