Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit a8b92d6

Browse files
committed
chore: uses Node 20 on lint action
1 parent d599124 commit a8b92d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
persist-credentials: false
1919
fetch-depth: 0
2020

21+
- name: "Bump Node.js to v20"
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: lts/iron
25+
check-latest: true
26+
2127
- name: "Lint the code"
2228
run: |
2329
npm ci

0 commit comments

Comments
 (0)