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 c3b4b51 commit 7c63205Copy full SHA for 7c63205
workflows/lint-docs.yml
@@ -11,20 +11,17 @@ on:
11
12
jobs:
13
lint-docs:
14
+ # https://github.com/MithrilJS/mithril.js/issues/2898
15
+ continue-on-error: true
16
17
runs-on: ubuntu-latest
18
- strategy:
- matrix:
19
- node-version: [18]
20
- # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
-
22
steps:
23
- uses: actions/checkout@v3
24
- - name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v3
+ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
+ - uses: actions/setup-node@v3
26
with:
27
- node-version: ${{ matrix.node-version }}
+ node-version: 20
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run lint:docs
0 commit comments