forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARGG-784]: Remove artifactory references in lockfile
- Loading branch information
1 parent
7ecfd89
commit bdc77c6
Showing
2 changed files
with
107 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ defaults: | |
run: | ||
shell: bash -l {0} | ||
|
||
env: | ||
env: | ||
CACHE_NAME: node-modules-cache | ||
BUILD_CACHE_NAME: build-cache | ||
|
||
|
@@ -43,14 +43,14 @@ jobs: | |
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 16.x | ||
|
||
- name: Restore Cache | ||
uses: actions/cache/[email protected] | ||
id: npm-cache | ||
with: | ||
path: node_modules/ | ||
key: ${{ env.CACHE_NAME }}-${{ hashFiles('packages/**') }} | ||
|
||
- name: Run e2e | ||
run: tasks/e2e-brs.sh | ||
|
||
|
@@ -64,7 +64,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: fork_cra5 | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -76,7 +76,7 @@ jobs: | |
with: | ||
path: node_modules/ | ||
key: ${{ env.CACHE_NAME }}-${{ hashFiles('packages/**') }} | ||
|
||
- name: Build react-error-overlay | ||
run: | | ||
cd packages/react-error-overlay/ | ||
|
@@ -89,4 +89,3 @@ jobs: | |
npm publish --tag alpha | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
RELEASE_VERSION: ${{ github.event.release.tag_name }} |
Oops, something went wrong.