Skip to content

Commit

Permalink
Updating node and other dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypolishchuk-ledger committed Feb 2, 2024
1 parent 5ef2430 commit 205501f
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.1
with:
node-version: "20"
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ outputs:
report-url:
description: 'URL of generated Allure report.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'file-text'
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"author": "Oleksandr Khotemskyi <[email protected]>",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@vercel/ncc": "^0.36.1",
"archiver": "5.3.1",
"axios": "^1.6.2",
"axios": "^1.6.7",
"form-data": "4.0.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@types/archiver": "^5.3.2",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"@tsconfig/node20": "^20.1.2",
"@types/archiver": "^5.3.4",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"type": "module"
}
Loading

0 comments on commit 205501f

Please sign in to comment.