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

Build throws a warning regarding node version #13

Open
aleksandar-stefanovic-tamedia opened this issue Dec 7, 2023 · 0 comments
Open

Comments

@aleksandar-stefanovic-tamedia
Copy link

aleksandar-stefanovic-tamedia commented Dec 7, 2023

The following actions uses node12 which is deprecated and will be forced to run on node16: jabbukka/jenkins-trigger@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Solved by adding additional step:
- name: Setup Node version - 18 uses: actions/setup-node@v4 with: node-version: 18

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

1 participant