Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings about deprecation of Node.js 16 #173

Open
TomWinder opened this issue Mar 7, 2024 · 1 comment
Open

Warnings about deprecation of Node.js 16 #173

TomWinder opened this issue Mar 7, 2024 · 1 comment

Comments

@TomWinder
Copy link
Member

Describe the bug
Deprecation message on GitHub Actions workflows requesting to update to Node.js 20 actions

To Reproduce
See GitHub actions reports.

Additional context
From reading through the linked file, it looks like it should be as simple as changing:

      - name: Set up Python ${{ matrix.python-version }}
        uses: actions/setup-python@v3

to

      - name: Set up Python ${{ matrix.python-version }}
        uses: actions/setup-python@v4

etc. (for checkout, upload-artifact, action-tmate and download-artifact, at least)

.. But I'm not sure if there are any knock-ons in terms of syntax etc. that need to be updated together with this.

Screenshot 2024-03-07 at 17 57 59

@hemmelig
Copy link
Member

hemmelig commented Mar 7, 2024

I guess we just create a new branch and follow what happens. If we need to add more, we can squash it all into a single commit before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants