We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee213a commit 25437bdCopy full SHA for 25437bd
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Get minimal Node.js version from package.json (Windows)
37
id: node-version-win
38
if: runner.os == 'Windows'
39
- run: echo "::set-output name=version::$(node -p 'require(\"./package.json\").engines.node.match(/(\d+)\..*$/)[1]')"
+ run: echo "::set-output name=version::$(node -p 'require("./package.json").engines.node.match(/(\d+)\..*$/)[1]')"
40
41
- name: Use Node.js ${{ steps.node-version-win.outputs.version }} (Windows)
42
0 commit comments