Skip to content

Commit

Permalink
Bump Node.js to v14.x in update actions (#75)
Browse files Browse the repository at this point in the history
Force use of Node.js v14.x for crawl actions since Reffy will soon require it,
see: w3c/reffy#458
  • Loading branch information
tidoust authored Dec 14, 2020
1 parent 46c904e commit b17e51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-ed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@master
with:
node-version: 10.x
node-version: 14.x
- name: Install pandoc
run: sudo apt-get install pandoc
- name: Setup Reffy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@master
with:
node-version: 10.x
node-version: 14.x
- name: Install pandoc
run: sudo apt-get install pandoc
- name: Setup Reffy
Expand Down

0 comments on commit b17e51d

Please sign in to comment.