We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc077d commit a741e7bCopy full SHA for a741e7b
.github/workflows/linting.yml
@@ -8,11 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
12
- - name: Use Node.js
13
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: '12.x'
+ node-version: 20
16
- name: Install devDependencies
17
run: npm ci
18
- name: Run Linting
0 commit comments