Skip to content

Commit 7e49b7d

Browse files
Update dependencies 2
1 parent 149d6cd commit 7e49b7d

File tree

5 files changed

+445
-2929
lines changed

5 files changed

+445
-2929
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v3
36-
- name: Setup NPM
36+
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: "20"
@@ -50,7 +50,7 @@ jobs:
5050
pnpm i
5151
pip install -r requirements.txt
5252
- name: Build Webpack
53-
run: npm run build
53+
run: pnpm run build
5454
- name: Run packager
5555
run: python build_variants.py
5656
- name: Upload artifact

0 commit comments

Comments
 (0)