Skip to content

Commit

Permalink
Use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Jul 30, 2024
1 parent 6533ffd commit 13caddd
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [18, 20]
node: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [18, 20]
node: [18]
needs: [lint]
steps:
- uses: actions/checkout@v2
Expand Down
124 changes: 119 additions & 5 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
"yaml": "^2.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/mocha": "^8.2.0",
"@types/mock-fs": "^4.13.0",
"@types/node": "^22.0.0",
"@types/should": "^13.0.0",
"@types/sinon": "^17.0.3",
"eslint-plugin-kuzzle": "^0.0.12",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-kuzzle": "^0.0.12",
"memfs": "^4.11.0",
"mocha": "^8.2.1",
"mock-fs": "5.2.0",
"semantic-release-config-kuzzle": "^1.0.0",
"semantic-release-slack-bot": "^4.0.2",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^9.2.3",
Expand Down

0 comments on commit 13caddd

Please sign in to comment.