Skip to content

Commit

Permalink
chore: upgrade CI to Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Sep 30, 2022
1 parent 388955a commit 242b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# run: npm run test

- name: Deploy Stage 🚀
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
env:
COMMIT: ${{ steps.version_info.outputs.COMMIT }}
BRANCH: ${{ steps.version_info.outputs.BRANCH }}
Expand Down

0 comments on commit 242b687

Please sign in to comment.