Skip to content

Commit

Permalink
build: upgrade ci, change to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 21, 2022
1 parent 0e2a352 commit 1142260
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 62 deletions.
62 changes: 0 additions & 62 deletions .circleci/config.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: main
on: [push]

jobs:

ci:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm run cut-release

0 comments on commit 1142260

Please sign in to comment.