Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BilligsterUser committed Jun 23, 2023
1 parent 88078d2 commit 60163dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
env:
BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}
CI: true
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build:
runs-on: ubuntu-latest

env:
CI: true

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
Expand Down

0 comments on commit 60163dd

Please sign in to comment.