File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -92,20 +92,21 @@ jobs:
92
92
- uses : actions/setup-python@v4
93
93
with :
94
94
python-version : ${{ env.PYTHON_VERSION }}
95
- - uses : denoland/setup-deno@v1
96
- with :
97
- deno-version : ${{ env.DENO_VERSION }}
98
- - name : Cache deno dir
99
- uses : actions/cache@v3
95
+ - uses : abatilo/actions-poetry@v2
100
96
with :
101
- path : ${{ env.DENO_DIR }}
102
- key : deno-mac-${{ hashFiles('**/deno.lock') }}
103
- - uses : metatypedev/setup-ghjk@v1
104
- - name : Cache .venv dir
105
- uses : actions/cache@v3
97
+ poetry-version : ${{ env.POETRY_VERSION }}
98
+ - uses : actions/cache@v3
106
99
with :
107
100
path : .venv
108
101
key : ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
102
+
103
+ with :
104
+ version : ${{ env.PNPM_VERSION }}
105
+ - uses : actions/setup-node@v4
106
+ with :
107
+ node-version : ${{ env.NODE_VERSION }}
108
+ cache : " pnpm"
109
+ cache-dependency-path : website/pnpm-lock.yaml
109
110
- run : |
110
111
python3 -m venv .venv
111
112
source .venv/bin/activate
You can’t perform that action at this time.
0 commit comments