Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Updating to node 18 and updating SDK. #163

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Check out code repository source code
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Check out repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Check out `main` branch
uses: actions/checkout@v2
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "A graph conversion tool for the CrowdStrike API",
"main": "src/index.js",
"types": "src/index.d.ts",
"engines": {
"node": ">=18.0.0 <19.x"
},
"repository": "https://github.com/JupiterOne/graph-crowdstrike",
"license": "MPL-2.0",
"files": [
Expand Down Expand Up @@ -38,12 +41,12 @@
"p-map": "^4.0.0"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^8.24.1"
"@jupiterone/integration-sdk-core": "^9.9.2"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^8.31.0",
"@jupiterone/integration-sdk-dev-tools": "^8.31.0",
"@jupiterone/integration-sdk-testing": "^8.31.0",
"@jupiterone/integration-sdk-core": "^9.9.2",
"@jupiterone/integration-sdk-dev-tools": "^9.9.2",
"@jupiterone/integration-sdk-testing": "^9.9.2",
"@types/node-fetch": "^2.6.2",
"@types/sinon": "^10.0.15",
"sinon": "^15.2.0"
Expand Down
Loading