Skip to content

Commit 1d22ea2

Browse files
Bump CI Node version from 14 to 18
1 parent 8d9e33a commit 1d22ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Use Node.js
5151
uses: actions/setup-node@v1
5252
with:
53-
node-version: 14.x
53+
node-version: 18.x
5454
- run: npm install
5555
- name: lint
5656
if: runner.os == 'Linux'
@@ -135,7 +135,7 @@ jobs:
135135
- name: Use Node.js
136136
uses: actions/setup-node@v1
137137
with:
138-
node-version: 14.x
138+
node-version: 18.x
139139
- name: Prepare build
140140
id: set-version
141141
run: |

0 commit comments

Comments
 (0)