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 .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV DEVCONTAINER=true

# node
COPY scripts/node.sh /tmp/
RUN /bin/bash /tmp/node.sh 20.x
RUN /bin/bash /tmp/node.sh 24.x

# docker-client
COPY scripts/docker-client.sh /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/scripts/node.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=${1:-"20.x"}
VERSION=${1:-"24.x"}
CMD=node
NAME="Node.js"

Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
node --version
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -668,7 +668,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -758,7 +758,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -857,7 +857,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -909,7 +909,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -943,7 +943,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -987,7 +987,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -1041,7 +1041,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand All @@ -1068,7 +1068,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down Expand Up @@ -1139,7 +1139,7 @@ jobs:
# Published action contains compiled JS, but we need to compile it here
- uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24
- name: Compile GH action
run: |
(cd common && npm install && npm run build)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ outputs:
runCmdOutput:
description: The output of the command specified in the runCmd input
runs:
using: 'node20'
using: 'node24'
main: 'github-action/run-main.js'
post: 'github-action/run-post.js'
post-if: 'success()'
Loading
Loading