We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runs-on
1 parent e6cc9d0 commit 4fef87cCopy full SHA for 4fef87c
2 files changed
.github/workflows/docs.yml
@@ -6,13 +6,11 @@ on:
6
pull_request:
7
jobs:
8
docs:
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- name: Setup Node.js
13
uses: actions/setup-node@v3
14
- with:
15
- node-version: '14'
16
- name: Install dependencies
17
run: npm ci
18
- name: Build docs
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ on:
lint:
0 commit comments