Skip to content

Commit f6768db

Browse files
committed
install npm for tanstack task
1 parent afe694b commit f6768db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/elixir_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v4
38+
- uses: pnpm/action-setup@v4
39+
with:
40+
version: 10
41+
- uses: actions/setup-node@v4
3842

3943
- name: "Set PG settings"
4044
run: |

0 commit comments

Comments
 (0)