Skip to content

Commit

Permalink
Merge branch 'feature/deps2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 30, 2022
2 parents c5879c0 + 6e53e94 commit 3d13a36
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 440 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 12
- uses: actions/checkout@v2
- run: npm ci
- run: npm run all
Expand Down
Loading

1 comment on commit 3d13a36

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.