Skip to content

Commit 23e811c

Browse files
committed
chore: bump node version
1 parent cc8a69c commit 23e811c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.x'
13+
node-version: '20.x'
1414
- name: Install Dependencies
1515
run: npm ci
1616
- name: Run Eslint

.github/workflows/pretty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.x'
13+
node-version: '20.x'
1414
- name: Install Dependencies
1515
run: npm ci
1616
- name: Run Prettier

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: '18.x'
13+
node-version: '20.x'
1414
- name: Install Dependencies
1515
run: npm ci
1616
- name: Run Type Check

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Use Node.js
1010
uses: actions/setup-node@v3
1111
with:
12-
node-version: '18.x'
12+
node-version: '20.x'
1313
- name: Install Dependencies
1414
run: npm ci
1515
- name: Run Unit Tests

0 commit comments

Comments
 (0)