Skip to content

Commit

Permalink
Merge branch 'cybergis:v2' into 202401-globusfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermichels committed Jan 22, 2024
2 parents bb317cd + 5216a3e commit 11fba06
Show file tree
Hide file tree
Showing 2 changed files with 5,072 additions and 14,522 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm config set //npm.pkg.github.com/:_authToken $TOKEN
npm install
npm run build
env:
TOKEN: ${{secrets.GITHUB_TOKEN}}
Loading

0 comments on commit 11fba06

Please sign in to comment.