Skip to content

Commit 555f16c

Browse files
committed
admin: update CI tests to use supported node version
1 parent fa5f647 commit 555f16c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [ 12.x, 14.x, 16.x ]
19+
node-version: [ 18.x, 20.x ]
2020

2121
steps:
2222
- name: Use Node.js ${{ matrix.node-version }}
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/setup-node@v1
5555
with:
56-
node-version: 12.x
56+
node-version: 20.x
5757

5858
- name: Checkout repository
5959
uses: actions/checkout@v2
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/setup-node@v1
114114
with:
115-
node-version: 12.x
115+
node-version: 20.x
116116

117117
- name: Checkout repository
118118
uses: actions/checkout@v2

0 commit comments

Comments
 (0)