Skip to content

Commit 5c27672

Browse files
committed
ci: updating node version
1 parent e0c4c06 commit 5c27672

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: recursive
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
- name: Install modules
2020
run: npm ci
2121
- name: Run ESLint

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}

.github/workflows/publish-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: recursive
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm run build
2020
#- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}

0 commit comments

Comments
 (0)