Skip to content

Commit 199e1cb

Browse files
binbinChengcasionone
andauthoredDec 20, 2022
update node-version (#637)
* update node-version * update node version to 16 Co-authored-by: casionone <[email protected]>
1 parent e93b852 commit 199e1cb

File tree

5 files changed

+6806
-34025
lines changed

5 files changed

+6806
-34025
lines changed
 

‎.github/workflows/deploy-netlify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: recursive
2222
- uses: actions/setup-node@v2.2.0
2323
with:
24-
node-version: 14
24+
node-version: 16
2525

2626

2727
- name: install

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2.3.4
2323
- uses: actions/setup-node@v2.2.0
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: install
2828
run: |

‎.github/workflows/link.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2.3.4
1515
- uses: actions/setup-node@v2.2.0
1616
with:
17-
node-version: 14
17+
node-version: 16
1818

1919
- run: npm install -g markdownlint-cli@0.25.0
2020
- run: markdownlint '**/*.md' --ignore node_modules

0 commit comments

Comments
 (0)
Please sign in to comment.