Skip to content

Commit

Permalink
Merge pull request #1634 from jovotech/v4/dev
Browse files Browse the repository at this point in the history
Remove node 14.x from workflow
aswetlow authored May 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 16f8c4d + 1deafa4 commit 920868a
Showing 4 changed files with 108 additions and 9,937 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
os: [ubuntu-latest]
steps:

10,039 changes: 105 additions & 9,934 deletions integrations/nlu-microsoftclu/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/nlu-microsoftclu/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.4",
"typescript": "~4.4.4"
"typescript": "~4.5.2"
},
"peerDependencies": {
"@jovotech/framework": "4.6.0"

0 comments on commit 920868a

Please sign in to comment.