Skip to content

Commit eaf8b27

Browse files
Update Node.js to 18
1 parent 0527faa commit eaf8b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 18
2323

2424
- name: Install lychee
2525
run: |

0 commit comments

Comments
 (0)