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 f5081d8 commit b07f666Copy full SHA for b07f666
.github/workflows/test.yml
@@ -4,6 +4,9 @@ on:
4
branches-ignore: [main, 252-patch]
5
workflow_dispatch:
6
7
+# UT_DISABLE_NODE_CURRENT variable can disable latest node in github actions
8
+# NODE_VERSION_OVERRIDE will change the set of tests to run on a specific version of node
9
+
10
jobs:
11
yarn-lockfile-check:
12
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
0 commit comments