diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ddeb9c3..6d10e130 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files - name: build @@ -91,7 +87,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - name: Download build artifacts uses: actions/download-artifact@v3 with: @@ -116,7 +112,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-python@v4 with: python-version: 3.x @@ -144,7 +140,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-dotnet@v3 with: dotnet-version: 3.x diff --git a/.github/workflows/release-v1.yml b/.github/workflows/release-v1.yml index 2fd48add..89f527d2 100644 --- a/.github/workflows/release-v1.yml +++ b/.github/workflows/release-v1.yml @@ -24,10 +24,6 @@ jobs: run: |- git config user.name "github-actions" git config user.email "github-actions@github.com" - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: release:v1 @@ -57,7 +53,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - name: Download build artifacts uses: actions/download-artifact@v3 with: @@ -86,7 +82,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - name: Download build artifacts uses: actions/download-artifact@v3 with: @@ -119,7 +115,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-python@v4 with: python-version: 3.x @@ -154,7 +150,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-dotnet@v3 with: dotnet-version: 3.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a15b4bf..a134faa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,6 @@ jobs: run: |- git config user.name "github-actions" git config user.email "github-actions@github.com" - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: release @@ -57,7 +53,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - name: Download build artifacts uses: actions/download-artifact@v3 with: @@ -86,7 +82,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - name: Download build artifacts uses: actions/download-artifact@v3 with: @@ -119,7 +115,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-python@v4 with: python-version: 3.x @@ -154,7 +150,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 14.17.0 + node-version: 14.x - uses: actions/setup-dotnet@v3 with: dotnet-version: 3.x diff --git a/.github/workflows/upgrade-master.yml b/.github/workflows/upgrade-master.yml index f60e9129..7f5b414d 100644 --- a/.github/workflows/upgrade-master.yml +++ b/.github/workflows/upgrade-master.yml @@ -18,10 +18,6 @@ jobs: uses: actions/checkout@v3 with: ref: master - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies diff --git a/.github/workflows/upgrade-projen-master.yml b/.github/workflows/upgrade-projen-master.yml index 97e19564..05edfae5 100644 --- a/.github/workflows/upgrade-projen-master.yml +++ b/.github/workflows/upgrade-projen-master.yml @@ -18,10 +18,6 @@ jobs: uses: actions/checkout@v3 with: ref: master - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies diff --git a/.github/workflows/upgrade-projen-v1.yml b/.github/workflows/upgrade-projen-v1.yml index b7920a58..3e72987b 100644 --- a/.github/workflows/upgrade-projen-v1.yml +++ b/.github/workflows/upgrade-projen-v1.yml @@ -18,10 +18,6 @@ jobs: uses: actions/checkout@v3 with: ref: v1 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies diff --git a/.github/workflows/upgrade-v1.yml b/.github/workflows/upgrade-v1.yml index 105f5d4b..7ea2e0ad 100644 --- a/.github/workflows/upgrade-v1.yml +++ b/.github/workflows/upgrade-v1.yml @@ -18,10 +18,6 @@ jobs: uses: actions/checkout@v3 with: ref: v1 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 14.17.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies diff --git a/.projenrc.ts b/.projenrc.ts index 9c9fe1b3..7fd7a0ff 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -72,7 +72,6 @@ const project = new awscdk.AwsCdkConstructLibrary({ dotNetNamespace: 'renovosolutions', packageId: 'Renovo.AWSCDK.ManagedInstanceRole', }, - workflowNodeVersion: '14.17.0', }); new javascript.UpgradeDependencies(project, {