Skip to content

Commit e4d980b

Browse files
update node versions at tests.yml
1 parent 745b0f1 commit e4d980b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node:
16-
- 14
1716
- 16
17+
- 18
18+
- 19
1819
runs-on: ubuntu-latest
1920
steps:
2021
- uses: actions/checkout@v3
@@ -43,8 +44,9 @@ jobs:
4344
strategy:
4445
matrix:
4546
node:
46-
- 14
4747
- 16
48+
- 18
49+
- 19
4850
steps:
4951
- uses: actions/download-artifact@v3
5052
with:
@@ -72,8 +74,9 @@ jobs:
7274
strategy:
7375
matrix:
7476
node:
75-
- 14
7677
- 16
78+
- 18
79+
- 19
7780
steps:
7881
- uses: actions/download-artifact@v3
7982
with:
@@ -118,6 +121,8 @@ jobs:
118121
matrix:
119122
node:
120123
- 16
124+
- 18
125+
- 19
121126
steps:
122127
- uses: actions/download-artifact@v3
123128
with:

0 commit comments

Comments
 (0)