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 024592c commit 61182a5Copy full SHA for 61182a5
.github/workflows/push.yml
@@ -19,12 +19,12 @@ jobs:
19
- version: 10.x
20
- version: 12.x
21
- version: 14.x
22
- # - version: 16.x
23
- # - version: 18.x
24
- # - version: 19.x
25
- # mirror: https://nodejs.org/download/nightly
26
27
- # mirror: https://nodejs.org/download/v8-canary
+ - version: 16.x
+ - version: 18.x
+ - version: 19.x
+ mirror: https://nodejs.org/download/nightly
+ mirror: https://nodejs.org/download/v8-canary
28
# os: [ubuntu-latest, macos-latest]
29
# Temporarily disable MacOS until
30
# https://github.com/nodejs/node/issues/32981 is fixed
0 commit comments