Skip to content

Commit

Permalink
Switch circleci with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Jan 2, 2025
1 parent 1e747f7 commit bca7841
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .circleci/config.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Build
'on':
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 16.20
- run: npm ci && npm run build

0 comments on commit bca7841

Please sign in to comment.