Skip to content

Commit 8fa3f0c

Browse files
committed
build: update dependencies and node to 22
1 parent 0144ed0 commit 8fa3f0c

File tree

9 files changed

+7474
-4415
lines changed

9 files changed

+7474
-4415
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitHub Actions (TypeScript)",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
44
"postCreateCommand": "npm install",
55
"customizations": {
66
"codespaces": {

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.6.0
1+
22.14.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
description: |
4040
Name of task for running Code PushUp CLI in monorepo mode. Defaults to `code-pushup`.
4141
42-
Dependending on what monorepo tool is being used, this task may represent a `package.json` script, binary executable, Nx target or Turbo task.
42+
Depending on what monorepo tool is being used, this task may represent a `package.json` script, binary executable, Nx target or Turbo task.
4343
required: true
4444
default: code-pushup
4545
nxProjectsFilter:
@@ -84,5 +84,5 @@ outputs:
8484
description: ID of created or updated GitHub comment
8585

8686
runs:
87-
using: node20
87+
using: node22
8888
main: dist/index.js

dist/index.js

Lines changed: 7223 additions & 4307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)