We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c191c75 commit a6395d0Copy full SHA for a6395d0
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
CI_JOB_NUMBER: 1
9
steps:
10
- uses: actions/checkout@v1
11
- - name: Use Node.js from .nvmrc
+ - name: Use Node.js 20.x
12
uses: actions/setup-node@v6
13
with:
14
node-version-file: '.nvmrc'
@@ -22,12 +22,10 @@ jobs:
22
CI_JOB_NUMBER: 2
23
24
25
- with:
26
- fetch-depth: 0
27
28
29
30
31
- run: corepack enable
32
- run: yarn install
33
- - run: yarn build:modified origin/${{ github.event.pull_request.base.ref }}
+ - run: yarn build
0 commit comments