We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327c08a commit fcd6b78Copy full SHA for fcd6b78
.github/workflows/build.yml
@@ -1014,6 +1014,7 @@ jobs:
1014
browsers: chromium
1015
1016
- name: Get node version
1017
+ if: steps.should-skip.outputs.SKIP != 'true'
1018
id: versions
1019
run: |
1020
echo "echo node=$(jq -r '.volta.node' dev-packages/e2e-tests/package.json)" >> $GITHUB_OUTPUT
@@ -1198,6 +1199,7 @@ jobs:
1198
1199
1200
1201
1202
1203
1204
1205
0 commit comments