Skip to content

Commit

Permalink
fix: node 19.5.0, nx lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Sep 12, 2023
1 parent 8f9ec30 commit 78b7f2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
node_version:
description: Node.js version
required: false
default: '16'
default: '19.5.0'

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 78b7f2c

Please sign in to comment.