From 7c4a9ba41d1b4dc471d390c999f36702e04bcd13 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle <81740200+ddecrulle@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:23:57 +0200 Subject: [PATCH 1/3] Update ci.yaml --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25de1eb..6dd6d97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }} steps: - - uses: actions/checkout@v2.3.4 - - uses: actions/setup-node@v2.1.3 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 - uses: bahmutov/npm-install@v1 - name: If this step fails run 'npm run lint' and 'npm run format' then commit again. run: | @@ -29,7 +29,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '15', '14' ] + node: [ '15', '14','16' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: @@ -38,8 +38,8 @@ jobs: uses: garronej/ts-ci@v1.1.7 with: action_name: tell_if_project_uses_npm_or_yarn - - uses: actions/checkout@v2.3.4 - - uses: actions/setup-node@v2.1.3 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - uses: bahmutov/npm-install@v1 @@ -86,7 +86,7 @@ jobs: needs: - check_if_version_upgraded steps: - - uses: softprops/action-gh-release@v0.1.14 + - uses: softprops/action-gh-release@v1 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }} @@ -103,12 +103,12 @@ jobs: - create_github_release - check_if_version_upgraded steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v2.1.3 + - uses: actions/setup-node@v3 with: - node-version: '15' + node-version: '16' registry-url: https://registry.npmjs.org/ - uses: bahmutov/npm-install@v1 - run: | From b2fc22f0b127209728deb51024db0e406a230b52 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle <81740200+ddecrulle@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:27:51 +0200 Subject: [PATCH 2/3] Update template_initialization.yaml --- .github/workflows/template_initialization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 5b12ca8..23cfce2 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -32,7 +32,7 @@ jobs: IS_VALID_NODE_MODULE_NAME: ${{steps.id1.outputs.is_valid_node_module_name}} IS_AVAILABLE_ON_NPM: ${{steps.id1.outputs.is_available_on_npm}} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | mv README.template.md README.md mv LICENSE.template LICENSE From 796e057b6399203bf82e49576514a2c7154f4f21 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle <81740200+ddecrulle@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:28:01 +0200 Subject: [PATCH 3/3] replace garronej by #{USER_OR_ORG}# --- README.template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.template.md b/README.template.md index d6cda17..ec42e8c 100644 --- a/README.template.md +++ b/README.template.md @@ -5,8 +5,8 @@ #{DESC}#

- - + + @@ -14,7 +14,7 @@ - +