Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
b3n4kh committed May 15, 2024
1 parent 7df3afe commit 105d2c1
Show file tree
Hide file tree
Showing 4 changed files with 1,365 additions and 4,921 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm install
node-version: '20'
- run: npm ci
- run: npm run wp
- name: Upload build result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
path: dist/

deploy:
runs-on: ubuntu-latest
Expand All @@ -30,13 +30,8 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
- uses: "marvinpinto/action-automatic-releases@latest"
- name: bundle result
run: tar czf fabric.tar.gz ux.js main.js index.html style.css
- uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
ux.js
main.js
index.html
artifacts: "fabric.tar.gz,main.js,ux.js,index.html,style.css"
Loading

0 comments on commit 105d2c1

Please sign in to comment.