Skip to content

Commit 4205966

Browse files
committed
Fix ci yarn install
1 parent 98a9259 commit 4205966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
- name: Setup Yarn
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '18'
31+
node-version: '20'
3232
cache: 'yarn'
33+
cache-dependency-path: 'plugin/yarn.lock'
3334

3435
- name: Build plugin
3536
run: make plugin-build

0 commit comments

Comments
 (0)