Skip to content

Commit

Permalink
Update to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Feb 21, 2022
1 parent aaf759c commit 9b43403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Run Remark Markdown Linter
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"textlint-rule-write-good": "^2.0.0"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"scripts": {
"start": "mkdocs serve",
Expand Down

0 comments on commit 9b43403

Please sign in to comment.