diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 20abd0fd..e69a1874 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f6b37c4..00fb7059 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f39570c3..63505b46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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