Skip to content

Commit 2a27caf

Browse files
committed
chore: update node.js version
1 parent ef5e260 commit 2a27caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: setup node.js
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: "16"
14+
node-version: "18"
1515
cache: "npm"
1616
- run: npm install
1717
- run: npm run lint

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: setup node.js
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: "16"
14+
node-version: "18"
1515
cache: "npm"
1616
- run: npm install
1717
- run: npm run lint

0 commit comments

Comments
 (0)