Commit f982210
Gopal S Akshintala
Fix CI: switch to actions/setup-node, purge .yarn/ from git (was causing npm install failure)
- .github/workflows/deploy.yml: replace volta-cli/action with actions/setup-node@v4
(reads node version from package.json volta.node field), use npm ci for reproducible builds
- .gitignore: replace Yarn Berry rules (.yarn/cache kept tracked) with full .yarn/ exclusion
- git rm: purge .yarn/cache + .yarn/releases/yarn-4.6.0.cjs (old Gatsby Yarn 4 artifacts)
that were being checked out on CI alongside npm project1 parent 03a55ce commit f982210
1,754 files changed
Lines changed: 9 additions & 947 deletions
File tree
- .github/workflows
- .yarn
- cache
- releases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
| 30 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments