Code Monkey home page Code Monkey logo

Comments (5)

jeffwidman avatar jeffwidman commented on July 27, 2024 1

Got clarity internally that node16 is the plan for now:

The runner ships with Node 12 and Node 16 to execute JavaScript actions. (With Node 12 being deprecated).

Separate from that, the hosted runner images will have a default version of Node - https://github.com/actions/runner-images

That's the version you'd get if you don't use actions/setup-node and you reference node from the PATH.

The runner does not use any arbitrary version of Node that's installed on the machine.

So as an action author, you should stick with Node 16 for the foreseeable future. (Matching what you specify in your action.yml)

So a .devcontainer.json is the best way forward to a pleasant dev experience for now. 👍

from fetch-metadata.

jeffwidman avatar jeffwidman commented on July 27, 2024

Apologies, I'm not very familiar with the Actions/Typescript/Node/NPM ecosystems...

Is there anything (other than time) holding us back from updating this to using the latest node/npm?

Obviously that means this problem will recur down the road, but this project doesn't typically see a lot of traffic, so if we start running into problems again it's probably a good reminder to update...

And this project is pretty simple so AFAIK we don't have a good reason to add a .devcontainer beyond pinning node/npm for dev purposes...

And to be clear, not asking you to handle that, you are certainly welcome to but if you haven't time we can get to it too at some point.

from fetch-metadata.

yeikel avatar yeikel commented on July 27, 2024

From what I understand, the limitation is in Github because the default runners are shipping with the Node 16 runtime

See actions/runner-images#5429 and https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Also actions/runner-images#7002 (comment)

I am seeing mixed results from the threads, but it is probably safer to stick with 16 for a little longer (and more so given the differences between GHE and github.com)

To upgrade this action and use anything higher without any dependencies we would need to ask users to use an alternative container. This is technically doable (as it is a single line) but probably not desirable for everyone

from fetch-metadata.

yeikel avatar yeikel commented on July 27, 2024

I created a separate issue to track the potential upgrade #335

from fetch-metadata.

jeffwidman avatar jeffwidman commented on July 27, 2024

Hmm... those threads are confusing. Let me try to get clarity internally.

And yes, we do want to stick with using whatever the default node version is in the runner to make life easy for our users.

from fetch-metadata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.