Skip to content

Commit

Permalink
chore: fix demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Nov 19, 2023
1 parent 115cad0 commit 83a1120
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- uses: actions/checkout@v1
Expand All @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and deploy
run: |
npm ci --legacy-peer-deps --omit=optional
npm ci
npm run build-lib
npm run deploy
env:
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/publish.yml

This file was deleted.

13 changes: 1 addition & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@types/jasmine": "5.1.2",
"@types/marked": "6.0.0",
"@types/node": "20.9.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
Expand Down

0 comments on commit 83a1120

Please sign in to comment.