Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ steps:
file: .github/workflows/node.js.yml
body: 07_add-windows.md
data:
fileUrl: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/nodejs.yml?pr=/%payload.repository.full_name%/pull/%payload.number%"
fileUrl: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/node.js.yml?pr=/%payload.repository.full_name%/pull/%payload.number%"
store:
node_version_pr: "{{ payload.pull_request.html_url }}"

Expand Down
2 changes: 1 addition & 1 deletion responses/07_add-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can follow the suggestion, or manually make the changes in the numbered inst
node-version: [8.x, 10.x]
```

1. Edit the workflow config at [`.github/workflows/nodejs.yml`]({{ fileUrl }})
1. Edit the workflow config at [`.github/workflows/node.js.yml`]({{ fileUrl }})
2. Add an `os` field to the `strategy.matrix` section of your workflow
3. Add `ubuntu-latest` and `windows-2016` to the target operating systems
4. Commit your workflow changes to this branch.
Expand Down