There was an error while loading. Please reload this page.
1 parent 21341d0 commit 6777ce0Copy full SHA for 6777ce0
1 file changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Build
6
strategy:
7
matrix:
8
- node-version: [8, 9, 10, 11, 12, 13, 14]
+ node-version: [16, 17, 18, 19, 20]
9
runs-on: ubuntu-latest
10
container: node:${{ matrix.node-version }}
11
steps:
0 commit comments