Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Node12 has been deprecated #21

Open
2 of 3 tasks
FreeMasen opened this issue Nov 24, 2022 · 3 comments · May be fixed by #22
Open
2 of 3 tasks

Node12 has been deprecated #21

FreeMasen opened this issue Nov 24, 2022 · 3 comments · May be fixed by #22
Labels
bug Something isn't working

Comments

@FreeMasen
Copy link

Do the checklist before filing an issue:

Description

Github Actions have deprecated node12, all actions are required to update which version of node they depend on to 16

Workflow code

- name: rust-tarpaulin
      uses: actions-rs/[email protected]

Action output

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-rs/[email protected]
@FreeMasen FreeMasen added the bug Something isn't working label Nov 24, 2022
@FreeMasen FreeMasen linked a pull request Nov 24, 2022 that will close this issue
@max-sixty
Copy link

We're now getting an error on this action Error: Cannot read property 'find' of undefined; e.g. https://github.com/PRQL/prql/actions/runs/3776319618/jobs/6421524211#step:4:10 — possibly related

max-sixty added a commit to max-sixty/prql that referenced this issue Dec 25, 2022
max-sixty added a commit to PRQL/prql that referenced this issue Dec 25, 2022
max-sixty added a commit to max-sixty/prql that referenced this issue Dec 27, 2022
@kevinbarabash
Copy link

@max-sixty I ran into the same issue and ended up replacing tarpaulin with grcov in escalier-lang/escalier#395. You may want to explore that as an option as well.

@ErikBjare
Copy link

I switched to using the fork by @FreeMasen: #22

Works great.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

4 participants