Skip to content

Commit

Permalink
revert node and dependencies to the version from 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraFinogina committed Dec 16, 2024
1 parent 618a67d commit 8b75d97
Show file tree
Hide file tree
Showing 5 changed files with 1,013 additions and 693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
packages: write
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]
steps:
- name: Check Out Repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
- run: yarn
env:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"devDependencies": {
"@internxt/eslint-config-internxt": "^1.0.3",
"@internxt/prettier-config": "^1.0.1",
"@types/jest": "^29.5.14",
"@types/sinon": "^17.0.3",
"@types/uuid": "^10.0.0",
"@types/jest": "^27.0.1",
"@types/sinon": "^10.0.6",
"@types/uuid": "^8.3.4",
"eslint": "^7.32.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
"husky": "^7.0.1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"sinon": "^12.0.1",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"dependencies": {
"axios": "^0.28.0",
"axios": "^0.24.0",
"query-string": "^7.1.0",
"uuid": "^11.0.2"
"uuid": "^8.3.2"
}
}
Loading

0 comments on commit 8b75d97

Please sign in to comment.