Update pr.yml
parent
25489edac7
commit
7dbaf1d08d
|
@ -93,6 +93,9 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.node_version }}
|
node-version: ${{ env.node_version }}
|
||||||
|
- uses: ./.github/workflows/production-build.yml
|
||||||
|
secrets:
|
||||||
|
node_version: ${{ secrets.NODE_VERSION }}
|
||||||
# Here's the first place where next-bundle-analysis' own script is used
|
# Here's the first place where next-bundle-analysis' own script is used
|
||||||
# This step pulls the raw bundle stats for the current bundle
|
# This step pulls the raw bundle stats for the current bundle
|
||||||
- name: Analyze bundle
|
- name: Analyze bundle
|
||||||
|
|
Loading…
Reference in New Issue