Skip to content

Commit

Permalink
Merge pull request #13 from planningcenter/ns/v2
Browse files Browse the repository at this point in the history
docs: Prepare for v2 release
  • Loading branch information
sheck authored Jan 4, 2024
2 parents 5cfa3ea + 0361deb commit dde3055
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
ncc-build:
uses: planningcenter/balto-utils/.github/workflows/ncc.yml@v1
uses: planningcenter/balto-utils/.github/workflows/ncc.yml@v2
```
<details>
<summary>
Expand All @@ -50,10 +50,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- uses: planningcenter/balto-utils/ncc@v1
- uses: planningcenter/balto-utils/ncc@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -74,7 +74,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: planningcenter/balto-utils/yarn@v1
- uses: planningcenter/balto-utils/yarn@v2
- run: yarn test
```
Expand All @@ -92,7 +92,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: planningcenter/balto-utils/npm@v1
- uses: planningcenter/balto-utils/npm@v2
- run: npm run-script test
```
Expand All @@ -113,5 +113,5 @@ on:

jobs:
release-tagger:
uses: planningcenter/balto-utils/.github/workflows/release-tagger.yml@v1
uses: planningcenter/balto-utils/.github/workflows/release-tagger.yml@v2
```

0 comments on commit dde3055

Please sign in to comment.