Skip to content

Commit 10f9f54

Browse files
committed
upgrade to newest packages
1 parent d5439f1 commit 10f9f54

File tree

4 files changed

+13371
-19956
lines changed

4 files changed

+13371
-19956
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use Node.js 14.x
12+
- name: Use Node.js 16.x
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 14.x
15+
node-version: 16.x
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Deploy with static

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

0 commit comments

Comments
 (0)