Skip to content

Commit b65f8b3

Browse files
committedMay 14, 2021
[AVRO]: extra node versions removed
1 parent 1000a44 commit b65f8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x]
19+
node-version: [12.x, 13.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm install
27+
- run: npm install
2828
- run: npm run build --if-present
2929
env:
3030
CI: true

0 commit comments

Comments
 (0)