Skip to content

Commit bb9beb3

Browse files
committed
update node version
1 parent a21a1e1 commit bb9beb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 16
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Build
2323
run: npm run build
2424
- name: Build Docs
25-
run: cd ./usage && npm install && npm run build
25+
run: cd ./usage && npm ci && npm run build
2626
- name: Publish docs
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)