Skip to content

Fix node8 github action#172

Merged
rzr merged 1 commit into
abandonware:masterfrom
atrovato:github-actions-node-8
Feb 14, 2021
Merged

Fix node8 github action#172
rzr merged 1 commit into
abandonware:masterfrom
atrovato:github-actions-node-8

Conversation

@atrovato
Copy link
Copy Markdown

Split of #171

@atrovato
Copy link
Copy Markdown
Author

Requested from #171

@atrovato
Copy link
Copy Markdown
Author

Build fails due to linter, as on master branch: https://github.com/abandonware/noble/runs/1768999112

Comment thread .github/workflows/nodepackage.yml Outdated
run: |
if [ ${{ matrix.node }} = 6 ]; then
# ESLint 6+ is not compatible with Node 6
if [ ${{ matrix.node }} = 8 ]; then
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep node6 lines and add elif I will merge it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if node 6 is not on github actions ci file?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will preserve the legacy info and the comment wont be lost
but it's a not a big deal

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@atrovato atrovato force-pushed the github-actions-node-8 branch from c1c9828 to dbf350f Compare February 14, 2021 14:10
Copy link
Copy Markdown

@rzr rzr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should also pin OS releases

@rzr rzr merged commit 9540d2e into abandonware:master Feb 14, 2021
@atrovato
Copy link
Copy Markdown
Author

I don't understand' what do you mean by "pin OS release"?

@rzr
Copy link
Copy Markdown

rzr commented Feb 15, 2021

replace latest by current versions well it's not a big deal let's focus on open PR 1st :)

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

Successfully merging this pull request may close these issues.

2 participants