Skip to content

Commit e08264c

Browse files
committed
ci: bump base node-version for eslint
1 parent ccfe226 commit e08264c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 16.x
28+
node-version: 18.x
2929
cache: 'npm'
3030
- name: Install dependencies
3131
run: npm clean-install
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node.js
4747
uses: actions/setup-node@v3
4848
with:
49-
node-version: 16.x
49+
node-version: 18.x
5050
cache: 'npm'
5151
- name: Install dependencies
5252
run: npm clean-install

0 commit comments

Comments
 (0)