Skip to content

Commit 4ee7fc8

Browse files
committed
update lint.yml
1 parent bb6b7a4 commit 4ee7fc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Use Node.js
11-
uses: actions/setup-node@v1
11+
uses: actions/setup-node@v3
1212
with:
13-
node-version: '12.x'
14-
- run: npm install -g markdownlint-cli@0.23.2
13+
node-version: '18'
14+
- run: npm install -g markdownlint-cli
1515
- run: markdownlint '**/*.md' --ignore node_modules

0 commit comments

Comments
 (0)