Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Sep 10, 2022
1 parent af45744 commit 81212f5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: install dependencies
run: |
npm ci
env:
CI: true
run: npm ci
- name: run the build
run: |
./bin/build.sh
run: ./bin/build.sh

0 comments on commit 81212f5

Please sign in to comment.