@ -28,7 +28,13 @@ jobs:
run: __tests__/verify-no-unstaged-changes.sh
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Clear tool cache
@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-16.04
node: [ '10', '8' ]
node: [ '10', '12' ]
name: Node ${{ matrix.node }} sample
@ -16072,6 +16072,7 @@ function hasNextPage (link) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const main_1 = __webpack_require__(198);
main_1.run();
//# sourceMappingURL=setup-node.js.map
@ -24,6 +24,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/exec": "^1.0.3",
"@actions/github": "^1.1.0",
"@actions/http-client": "^1.0.6",
"@actions/io": "^1.0.2",