Skip to content
New issue

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

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

Already on GitHub? # to your account

node12 is depreciated => use node16 instead #182

Closed
3 tasks done
RobTillaart opened this issue Oct 15, 2022 · 0 comments · Fixed by #193
Closed
3 tasks done

node12 is depreciated => use node16 instead #182

RobTillaart opened this issue Oct 15, 2022 · 0 comments · Fixed by #193
Assignees
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project

Comments

@RobTillaart
Copy link

RobTillaart commented Oct 15, 2022

Describe the problem

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

When linting a new library I got the following error message regarding the version of node.js to use

[lint](https://github.com/RobTillaart/PERIPUMP/actions/runs/3252047306/jobs/5345150366)
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, arduino/arduino-lint-action, actions/checkout

See - https://github.com/RobTillaart/PERIPUMP/actions/runs/3252047306

I think this file might need an update

To reproduce

See - https://github.com/RobTillaart/PERIPUMP/actions/runs/3252047306

Expected behavior

that the error disappears?

'arduino/arduino-lint-action' version

arduino/arduino-lint-action@v1

Additional context

https://github.com/RobTillaart/PERIPUMP/blob/master/.github/workflows/arduino-lint.yml

name: Arduino-lint

on: [push, pull_request]
jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: arduino/arduino-lint-action@v1
        with:
          library-manager: update
          compliance: strict

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@RobTillaart RobTillaart added the type: imperfection Perceived defect in any part of project label Oct 15, 2022
@per1234 per1234 added the topic: infrastructure Related to project infrastructure label Oct 15, 2022
@per1234 per1234 self-assigned this Oct 15, 2022
@per1234 per1234 added the conclusion: resolved Issue was resolved label Oct 27, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants