diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18407b2..55d1379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: release: if: "!contains(github.event.head_commit.message, 'skip ci')" name: Release - timeout-minutes: 2 + timeout-minutes: 5 runs-on: ubuntu-latest steps: - name: Checkout @@ -21,6 +21,6 @@ jobs: - name: Semantic Release uses: BrightspaceUI/actions/semantic-release@main with: - GITHUB_TOKEN: ${{ secrets.D2L_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.D2L_RELEASE_TOKEN }} NPM: true - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.nvmrc b/.nvmrc index 19c7bdb..2edeafb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +20 \ No newline at end of file