Skip to content

Commit

Permalink
ci: Use Node 16 and upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Oct 12, 2021
1 parent af4f0ba commit 9cdbf8b
Show file tree
Hide file tree
Showing 3 changed files with 6,969 additions and 326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Typedoc
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
Loading

0 comments on commit 9cdbf8b

Please sign in to comment.