Skip to content

Commit 3f8afaa

Browse files
authored
[sync] 2021/06/14
2 parents bdf5d51 + f06155d commit 3f8afaa

File tree

74 files changed

+1168
-130
lines changed

Some content is hidden

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

74 files changed

+1168
-130
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
with:
8585
submodules: "recursive"
8686
- run: mkdir -p $TMP
87-
- uses: actions/setup-node@v1
87+
- uses: actions/setup-node@v2
8888
with:
89-
node-version: 12
89+
node-version: 14
9090
- uses: ruby/setup-ruby@v1
9191
if: contains(matrix.task, 'build')
9292
with:
@@ -142,9 +142,9 @@ jobs:
142142
with:
143143
submodules: "recursive"
144144
- run: mkdir -p $TMP
145-
- uses: actions/setup-node@v1
145+
- uses: actions/setup-node@v2
146146
with:
147-
node-version: 12
147+
node-version: 14
148148
- uses: ruby/setup-ruby@v1
149149
with:
150150
bundler-cache: true

src/_diagrams/animations/AnimatedBuilder-WidgetTree.graffle renamed to diagrams/animations/AnimatedBuilder-WidgetTree.graffle

File renamed without changes.

src/_diagrams/animations/StaggeredAnimationIntervals.graffle renamed to diagrams/animations/StaggeredAnimationIntervals.graffle

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)