-
Notifications
You must be signed in to change notification settings - Fork 150
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
Update GitHub Actions workflows with .nvmrc
#610
Conversation
aaff25b
to
ee94844
Compare
Also update CONTRIBUTING.md to match
Allows for `pull_request` status checks, every `push` to main branch, but also enables manual `workflow_dispatch` runs
Also ensures job names match concurrency group names
ee94844
to
4e9caf8
Compare
.nvmrc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A nice clean up!
``` | ||
|
||
To install Node (with npm) and Java locally on macOS, we recommend [brew](https://brew.sh) with | ||
To install Node (with npm) locally on macOS, we recommend [brew](https://brew.sh) with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phew, I saw Java in the first commit and thought I'd have to brush up...
|
||
- name: "Setup Node v${{ steps.nvm.outputs.NVMRC }}" | ||
uses: actions/setup-node@v2 | ||
- name: Setup Node.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩
jobs: | ||
test-saucelabs: | ||
integration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, interesting - was this just misnamed as test-saucelabs
?
Addresses deprecation warnings in GitHub Actions ahead of package updates
I've included an .nvmrc update
to test things out but this might land in #609 firstcherry picked from c7995df