Skip to content

Commit

Permalink
chore: fix run yarn install with node@14 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyHervet authored Oct 15, 2021
1 parent 699d9b7 commit b9db70a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit b9db70a

Please sign in to comment.