From 78b7f2c3bbbe5a2832f9650878da716b5995b028 Mon Sep 17 00:00:00 2001 From: Alex Freska Date: Tue, 12 Sep 2023 17:26:43 -0400 Subject: [PATCH] fix: node 19.5.0, nx lib --- .github/actions/setup/action.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release-go.yml | 2 +- .github/workflows/release-npm.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 7f387b817..212646776 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,7 @@ inputs: node_version: description: Node.js version required: false - default: '16' + default: '19.5.0' runs: using: composite diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5f5538a15..5c2ba6114 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: - name: Setup uses: ./.github/actions/setup with: - node_version: 16 + node_version: 19.5.0 - name: Commit lint shell: bash run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index d761c2d8b..52318f670 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -21,7 +21,7 @@ jobs: - name: Setup uses: ./.github/actions/setup with: - node_version: 16 + node_version: 19.5.0 - name: Release run: ./scripts/release-go.sh - name: Commit diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 643019c8b..a4421cd94 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -22,7 +22,7 @@ jobs: - name: Setup uses: ./.github/actions/setup with: - node_version: 16 + node_version: 19.5.0 - name: Workspace lint shell: bash run: npx nx workspace-lint diff --git a/package-lock.json b/package-lock.json index e6afa50da..70bd12528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,6 @@ "@commitlint/cli": "^16.2.4", "@commitlint/config-angular": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", - "@nrwl/rollup": "16.8.1", "@nx/cypress": "16.8.1", "@nx/eslint-plugin": "16.8.1", "@nx/express": "16.8.1", @@ -126,6 +125,7 @@ "@nx/next": "16.8.1", "@nx/node": "16.8.1", "@nx/react": "16.8.1", + "@nx/rollup": "16.8.1", "@nx/web": "16.8.1", "@nx/webpack": "16.8.1", "@nx/workspace": "16.8.1", diff --git a/package.json b/package.json index 75c358750..eb0cb3262 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@commitlint/cli": "^16.2.4", "@commitlint/config-angular": "^16.2.4", "@commitlint/config-conventional": "^16.2.4", - "@nrwl/rollup": "16.8.1", + "@nx/rollup": "16.8.1", "@nx/cypress": "16.8.1", "@nx/eslint-plugin": "16.8.1", "@nx/express": "16.8.1",