We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592936d commit b5398f0Copy full SHA for b5398f0
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- Node.js 13.x
29
- Node.js 14.x
30
- Node.js 15.x
31
+ - Node.js 16.x
32
33
include:
34
- name: Node.js 0.8
@@ -90,9 +91,12 @@ jobs:
90
91
- name: Node.js 14.x
92
node-version: "14.18"
93
- - name: Node.js 14.x
94
+ - name: Node.js 15.x
95
node-version: "15.14"
96
97
+ - name: Node.js 16.x
98
+ node-version: "16.13"
99
+
100
steps:
101
- uses: actions/checkout@v2
102
0 commit comments