Skip to content

Commit 81ecff8

Browse files
node-version: 22
1 parent c82e039 commit 81ecff8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Run unit tests on the repo

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Check if Markdown files follow lint rules

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Verify if all files are prettier-ed

.github/workflows/solutions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Run spellcheck

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

.github/workflows/tsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16"
16+
node-version: "22"
1717
cache: "npm"
1818
- run: npm ci
1919
- name: Get changed files

0 commit comments

Comments
 (0)