Skip to content

Commit 04f454d

Browse files
committed
Upgrade Node.js version to 20 in lint and tests workflows
1 parent 3acea5e commit 04f454d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v2
2121
with:
22-
node-version: 18
22+
node-version: 20
2323

2424
- name: Install linters
2525
run: npm install --no-package-lock eslint eslint-config-prettier eslint-plugin-compat eslint-plugin-jsdoc eslint-plugin-prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '16'
25+
node-version: '20'
2626

2727
- name: Install dependencies
2828
run: npm ci

0 commit comments

Comments
 (0)