Skip to content
Merged
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/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 24.x
registry-url: https://npm.pkg.github.com

- name: Install npm@9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paportal-rolling-instance-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 24.x
registry-url: https://npm.pkg.github.com

- name: Install NPM packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 24.x
registry-url: https://npm.pkg.github.com

- name: Install npm@9
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/who-am-i/index.js'
# main: '../out/actions/who-am-i/index.js'
Comment on lines 23 to 24
2 changes: 1 addition & 1 deletion actions-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/actions-install/index.js'

2 changes: 1 addition & 1 deletion add-solution-component/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ inputs:
default: 'false'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/add-solution-component/index.js'
2 changes: 1 addition & 1 deletion assign-group/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/assign-group/index.js'
2 changes: 1 addition & 1 deletion assign-user/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/assign-user/index.js'
2 changes: 1 addition & 1 deletion backup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ inputs:
default: 'Public'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/backup-environment/index.js'
2 changes: 1 addition & 1 deletion branch-solution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ inputs:
default: 'false'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/branch-solution/index.js'
# main: '../out/actions/branch-solution/index.js'
2 changes: 1 addition & 1 deletion catalog-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ inputs:
required: true

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/catalog-status/index.js'
2 changes: 1 addition & 1 deletion check-solution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ inputs:
default: 'true'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/check-solution/index.js'
# main: '../out/actions/check-solution/index.js'
2 changes: 1 addition & 1 deletion clone-solution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ inputs:
default: '60'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/clone-solution/index.js'
# main: '../out/actions/clone-solution/index.js'
2 changes: 1 addition & 1 deletion copy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/copy-environment/index.js'
2 changes: 1 addition & 1 deletion create-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ outputs:
description: 'ID of the freshly created environment'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/create-environment/index.js'
# main: '../out/actions/create-environment/index.js'
2 changes: 1 addition & 1 deletion delete-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ inputs:
default: 'Public'

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/delete-environment/index.js'
2 changes: 1 addition & 1 deletion delete-solution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ inputs:
required: true

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/delete-solution/index.js'
# main: '../out/actions/delete-solution/index.js'
2 changes: 1 addition & 1 deletion deploy-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
main: '../dist/actions/deploy-package/index.js'
8 changes: 6 additions & 2 deletions dist/actions/actions-install/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19869,7 +19869,7 @@ var require_package = __commonJS({
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/node": "^24.0.0",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.12",
"@types/unzip-stream": "^0.3.4",
Expand Down Expand Up @@ -19910,11 +19910,15 @@ var require_package = __commonJS({
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@microsoft/powerplatform-cli-wrapper": "^0.1.135",
"@tsconfig/node20": "^20.1.0",
"@tsconfig/node24": "^24.0.0",
"date-fns": "^3.6.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1",
uuid: "^9.0.1"
},
overrides: {
"brace-expansion": "2.0.2",
nanoid: "3.3.11"
}
};
}
Expand Down
Loading
Loading