Skip to content

Commit a45b20d

Browse files
chore: use node v22 (#96)
1 parent f6c3b55 commit a45b20d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: npm
2121
- run: npm ci
2222
- run: npm run lint

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 22
2222
cache: npm
2323
- name: Install Packages
2424
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
1515
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}
16-
node-version: 18
16+
node-version: 22

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19.0
1+
v22

0 commit comments

Comments
 (0)