Skip to content

Commit e4c5846

Browse files
committed
ci: upgrade node version in GH scripts
1 parent af90b63 commit e4c5846

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: "14"
17+
node-version: "18"
1818
- name: Install dependencies
1919
run: npm install --no-optional
2020
- run: xvfb-run -a npm test

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: "14"
14+
node-version: "18"
1515
- name: Install dependencies
1616
run: npm install
1717
- name: ESlint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: "14"
17+
node-version: "18"
1818
- name: Install dependencies
1919
run: npm install --no-optional
2020
- name: Run tests

0 commit comments

Comments
 (0)