Skip to content

Commit

Permalink
CI fix (#157)
Browse files Browse the repository at this point in the history
* CI fix
  • Loading branch information
gilgardosh authored Jul 26, 2023
1 parent 0bf5162 commit 2e5a937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
npmTag: alpha
buildScript: build
nodeVersion: '18.17.0'
nodeVersion: 18
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release # script to run as part of publish command
nodeVersion: '18.17.0' # you can change if needed
nodeVersion: 18 # you can change if needed
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
name: Build and Type Check
uses: the-guild-org/shared-config/.github/workflows/ci.yml@main
with:
nodeVersion: '18.17.0'
nodeVersion: 18
script: yarn build

0 comments on commit 2e5a937

Please sign in to comment.