-
Notifications
You must be signed in to change notification settings - Fork 6
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
gha: update to latest actions #235
Conversation
✅ Deploy Preview for docs-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
runs-on: ubuntu-22.04 |
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.
Curious why we set this to a specific version
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.
Probably for stability. But we should match whatever netlify uses. Do we know what they use?
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.
conservatively locking to ubuntu-22.04
to keep consistent behavior after ubuntu-latest
is updated in coming change: actions/runner-images#10636
related to jira DEVPROD-2450
npm i | ||
gulp bundle | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 |
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.
The publish release workflow doesn’t use this so I wonder if it’s even needed
jira: DEVPROD-2488
fixed yaml indent syntax, simplified workflow, and updated to latest github actions