Skip to content

Commit d1ed615

Browse files
⬆️ Updates Node.js to v12.22.12
1 parent e6f2d46 commit d1ed615

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions/setup-node@v2.1.4
2424
with:
25-
node-version: 12.x
25+
node-version: 12.22.12
2626

2727
- run: npm install -g markdown-link-check
2828
- run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \;

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- '12'
4+
- '12.22.12'
55

66
env:
77
global:

0 commit comments

Comments
 (0)