Skip to content

Commit b8a081c

Browse files
committed
bump node test version
1 parent 38222a8 commit b8a081c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-latest
1515
strategy:
1616
matrix:
17-
node-version: [15.x]
17+
node-version: [18.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919
steps:
2020
- name: Checkout
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: macos-11
3131
strategy:
3232
matrix:
33-
node-version: [15.x]
33+
node-version: [18.x]
3434
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3535

3636
steps:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
strategy:
6060
matrix:
61-
node-version: [15.x]
61+
node-version: [18.x]
6262
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
6363
steps:
6464
- name: Checkout

0 commit comments

Comments
 (0)