Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

node and octocore update #79

Closed keifgwinn closed 10 months ago

keifgwinn commented 1 year ago

This should update the action for set-output, and supported node version. Initial pull didn't work, apologies. I've fixed that up now, and also changed it to not require node modules to be checked in.

We're getting these alerts on the current 1.2 version.

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: Azure/pipelines@v1.2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12 -- The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
keifgwinn commented 1 year ago

@microsoft-github-policy-service agree company="3D Repo"

bartoszkosiorek commented 1 year ago

node12 usage is an blocker for using this action on Apple M1 devices, as the error:

The node12 is not supported on macOS ARM64 platform. Use node16 instead.

is displayed.

keifgwinn commented 1 year ago

node12 usage is an blocker for using this action on Apple M1 devices, as the error:

The node12 is not supported on macOS ARM64 platform. Use node16 instead.

is displayed.

this branch is working on my pipeline now without warnings.

image
keifgwinn commented 1 year ago

Yes, otherwise it requires the node_modules installed in the thing that runs the action so was simpler for me to implement that compile to a single resource that the other actions use--KeifOn 18 Apr 2023, at 17:51, James Burnside @.***> wrote: @JamesBurnside commented on this pull request.

In dist/package.json:

@@ -0,0 +1,39 @@ +{

Is it intentional the dist/ folder was included in this PR?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>