Skip to content

Commit

Permalink
Reorganize deps and update github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jan 5, 2024
1 parent 942d261 commit b18472b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 405 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check-out the content of the repository"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Install Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
- name: "Install dependencies, then build output JS bundle"
run: |
npm install
Expand Down
Loading

0 comments on commit b18472b

Please sign in to comment.