Skip to content

Commit b5fed06

Browse files
committed
workflow
1 parent fe4f34c commit b5fed06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-wasm-no-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 20.x
1414
cache: yarn
15-
working-directory: libpg-query
15+
cache-dependency-path: 'libpg-query/yarn.lock'
1616
- name: Install and Build 🚀
1717
run: |
1818
yarn

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '20.x'
1717
cache: 'yarn'
18-
working-directory: libpg-query
18+
cache-dependency-path: 'libpg-query/yarn.lock'
1919

2020
- name: Install Dependencies 🧶
2121
run: yarn install

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: '20.x'
2222
cache: 'yarn'
23-
working-directory: libpg-query
23+
cache-dependency-path: 'libpg-query/yarn.lock'
2424

2525
- name: Install Dependencies 🧶
2626
run: yarn install
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: '20.x'
5656
cache: 'yarn'
57-
working-directory: libpg-query
57+
cache-dependency-path: 'libpg-query/yarn.lock'
5858

5959
- name: Install Dependencies 🧶
6060
run: yarn install

0 commit comments

Comments
 (0)