Skip to content

Commit 4b02499

Browse files
committed
chore: bump node v
1 parent 23f9da5 commit 4b02499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x]
11+
node-version: [18.x]
1212

1313
steps:
1414
- name: Checkout repository

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['12.x']
10+
node: ['18.x']
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212

1313
steps:

.github/workflows/surge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [12.x]
12+
node-version: [18.x]
1313

1414
steps:
1515
- name: Checkout repository

0 commit comments

Comments
 (0)