We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acea5e commit 04f454dCopy full SHA for 04f454d
.github/workflows/lint.yml
@@ -17,9 +17,9 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
21
with:
22
- node-version: 18
+ node-version: 20
23
24
- name: Install linters
25
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
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2
- node-version: '16'
+ node-version: '20'
26
27
- name: Install dependencies
28
run: npm ci
0 commit comments