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 0fd9b1a commit 0d725a9Copy full SHA for 0d725a9
1 file changed
.github/workflows/docsify-cli.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
os: [ macos-latest, ubuntu-latest, windows-latest ]
16
- node-version: [ 12.x, 14.x ]
+ node-version: [ 14.x, 16.x, lts/* ]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
22
with:
23
node-version: ${{ matrix.node-version }}
24
0 commit comments