Skip to content

Commit 96d2bcc

Browse files
github actions to run on node 16 and 18
1 parent b21ebc8 commit 96d2bcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
node:
1616
- 16
1717
- 18
18-
- 19
1918
runs-on: ubuntu-latest
2019
steps:
2120
- uses: actions/checkout@v3
@@ -46,7 +45,6 @@ jobs:
4645
node:
4746
- 16
4847
- 18
49-
- 19
5048
steps:
5149
- uses: actions/download-artifact@v3
5250
with:
@@ -76,7 +74,6 @@ jobs:
7674
node:
7775
- 16
7876
- 18
79-
- 19
8077
steps:
8178
- uses: actions/download-artifact@v3
8279
with:
@@ -122,7 +119,6 @@ jobs:
122119
node:
123120
- 16
124121
- 18
125-
- 19
126122
steps:
127123
- uses: actions/download-artifact@v3
128124
with:

0 commit comments

Comments
 (0)