Skip to content

Commit

Permalink
feat: bump deps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
simboonlong committed May 22, 2023
1 parent 1227b1c commit e65c142
Show file tree
Hide file tree
Showing 3 changed files with 7,643 additions and 1,253 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: CI/CD
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-18.04
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout v2
uses: actions/checkout@v2
- name: Setup Node v2
uses: actions/setup-node@v2
with:
node-version: "14"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Clean Install
run: npm ci
- name: Unit Test
run: npm run test
- name: Build Distribution
run: npm run build
- name: Release
if: ${{ !env.ACT }}
run: npx semantic-release --branches master
if: github.ref == 'refs/heads/master'
run: npx semantic-release@19.0.5 --branches master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit e65c142

Please sign in to comment.