Skip to content

Commit cc3e391

Browse files
committedAug 29, 2021
feat(website): upgrade gatsby dependencies
1 parent a6fde22 commit cc3e391

File tree

221 files changed

+5644
-5319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+5644
-5319
lines changed
 

‎.codesandbox/ci.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"installCommand": "make:init",
33
"buildCommand": false,
44
"packages": ["packages/*"],
5-
"sandboxes": ["/examples/codesandbox", "/website"]
5+
"sandboxes": ["/examples/codesandbox", "/website"],
6+
"node": "14"
67
}

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: ['12', '14']
10+
node-version: ['14', '16']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Setup Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.