Skip to content

Commit 4fef87c

Browse files
committed
👷 ci: upgrade docs and lint runs-on
Signed-off-by: Haili Zhang <[email protected]>
1 parent e6cc9d0 commit 4fef87c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ on:
66
pull_request:
77
jobs:
88
docs:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
14-
with:
15-
node-version: '14'
1614
- name: Install dependencies
1715
run: npm ci
1816
- name: Build docs

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
lint:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Setup Node.js

0 commit comments

Comments
 (0)