Skip to content

Commit a545662

Browse files
committed
Speed up gh-pages build
1 parent 2667eb3 commit a545662

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout 🛎️
1212
uses: actions/checkout@v3
13-
- name: Use Node 14.x
13+
- name: Setup Node
1414
uses: actions/setup-node@v3
15-
with:
16-
node-version: 14.x
1715
- name: Get yarn cache directory path
1816
id: yarn-cache-dir-path
1917
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

0 commit comments

Comments
 (0)