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
2 changes: 1 addition & 1 deletion .github/actions/setup-node-npm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
shell: bash

- name: Set up NPM Cache
uses: actions/cache@v4
uses: actions/cache@v5
id: npm-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: 'false'

Expand Down Expand Up @@ -47,14 +47,14 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Check out
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: 'false'

- name: Set up Node.js 22 (temporary - for bootstrap)
uses: actions/setup-node@v6
with:
node-version: '22.21.1'
node-version: '24.12.0'

- name: Update NPM
run: npm install -g npm@10.9.4
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@aws-sdk/client-secrets-manager": "3.940.0",
"aws-xray-sdk": "3.12.0",
"google-auth-library": "10.5.0",
"googleapis": "164.1.0"
"googleapis": "169.0.0"
},
"devDependencies": {
"chai": "6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-html-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"turndown": "^7.2.0",
"marked": "^16.2.0"
"marked": "^17.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
Expand Down