Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on: pull_request

jobs:
build-snap:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: snapcore/action-build@v1
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup NodeJS
run: |
sudo snap install node --channel=18/stable --classic
Expand All @@ -22,10 +22,10 @@ jobs:
- name: Run ght tests
run: yarn test
check-package-lock-sync:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup NodeJS
run: |
sudo snap install node --channel=18/stable --classic
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,39 @@
"repository": "git@github.com:canonical/ght.git",
"license": "MIT",
"dependencies": {
"@sentry/node": "7.88.0",
"@sentry/node": "10.49.0",
"@sentry/tracing": "7.88.0",
"colors": "1.4.0",
"commander": "11.1.0",
"commander": "14.0.3",
"enquirer": "2.3.6",
"http-cookie-agent": "^5.0.4",
"http-cookie-agent": "^7.0.0",
"js-yaml": "^4.1.0",
"jsdom": "23.0.1",
"jsdom": "29.0.2",
"node-fetch": "2.6.7",
"ora": "5.4.1",
"puppeteer": "22.7.1",
"puppeteer": "24.41.0",
"puppeteer-screen-recorder": "3.0.3",
"tough-cookie": "4.1.3"
"tough-cookie": "6.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@types/colors": "1.2.1",
"@types/jest": "^29.1.2",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.0.0",
"@types/jsdom": "^28.0.0",
"@types/node": "17.0.14",
"@types/node-fetch": "2.6.1",
"@types/tough-cookie": "4.0.1",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.12.0",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"eslint": "10.2.0",
"eslint-plugin-import": "2.25.4",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"prettier": "3.1.1",
"ts-jest": "^29.0.3",
"ts-node": "10.7.0",
"typescript": "5.3.3"
"typescript": "6.0.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading
Loading