Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit d37b741

Browse files
committed
fix: fix node version on github workflow
1 parent 94d15d0 commit d37b741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
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: "latest"
2323

2424
- name: Install dependencies
2525
run: npm install --force

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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: "latest"
2323

2424
- name: Install dependencies
2525
run: npm install --force

0 commit comments

Comments
 (0)