Skip to content

Commit 01621b4

Browse files
authored
Merge pull request #206 from plotly/update-markdownlint-action
Update `lint.yml`
2 parents bb6b7a4 + 4ee7fc8 commit 01621b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yml

+5-5
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)