Skip to content

Commit 705ea29

Browse files
authored
fix: update node version for lint workflow
1 parent 3628633 commit 705ea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "16"
22+
node-version: "18"
2323

2424
- name: Install dependencies
2525
run: npm install

0 commit comments

Comments
 (0)