We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad63b5 commit d2b32ceCopy full SHA for d2b32ce
.changeset/orange-wombats-give.md
@@ -2,4 +2,4 @@
2
"react-starter-boilerplate": patch
3
---
4
5
-Regenerate lock file with a bigger `semver` package version to satisfy a `npm ci` command
+fix: regenerate lock file with a bigger `semver` package version to satisfy a `npm ci` command
.changeset/silver-crabs-rhyme.md
@@ -0,0 +1,5 @@
1
+---
+"react-starter-boilerplate": patch
+
+chore: bump `actions/upload-artifact` to v4
.github/workflows/e2e.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build ci
17
run: npm run build:ci
18
- name: Upload build
19
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
20
with:
21
name: build
22
path: build
0 commit comments