Skip to content

Commit b9db70a

Browse files
chore: fix run yarn install with node@14 (#293)
1 parent 699d9b7 commit b9db70a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
- uses: actions/checkout@v2
3838
with:
3939
fetch-depth: 0
40-
- uses: actions/setup-node@v1
40+
- uses: actions/setup-node@v2
41+
with:
42+
node-version: '14'
4143
- name: Get yarn cache directory path
4244
id: yarn-cache-dir-path
4345
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)