-
-
Notifications
You must be signed in to change notification settings - Fork 644
chore(CI): Update node version on CI, bump react-navigation and fix windows pipeline #2853
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
Changes from 6 commits
cb0483d
4753839
9bb9629
5fa598f
f86755c
7a399a5
c87b4a0
95fa118
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,10 +30,10 @@ jobs: | |||||
| java-version: '17' | ||||||
| distribution: 'zulu' | ||||||
| cache: 'gradle' | ||||||
| - name: Use Node.js 18 | ||||||
| - name: Setup Node.js | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
just a nit pick
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changed in: 95fa118 |
||||||
| uses: actions/setup-node@v4 | ||||||
| with: | ||||||
| node-version: 18 | ||||||
| node-version-file: '.nvmrc' | ||||||
| cache: 'yarn' | ||||||
| cache-dependency-path: | | ||||||
| yarn.lock | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| v23.11.0 |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changed in: 95fa118 |
Uh oh!
There was an error while loading. Please reload this page.