Skip to content

Commit a741e7b

Browse files
committed
fix: update github actions to use node 20
1 parent fcc077d commit a741e7b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Use Node.js
13-
uses: actions/setup-node@v1
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1413
with:
15-
node-version: '12.x'
14+
node-version: 20
1615
- name: Install devDependencies
1716
run: npm ci
1817
- name: Run Linting

0 commit comments

Comments
 (0)