Skip to content

Commit b8b2a09

Browse files
committed
Run prerelease only on one platform.
1 parent b7f334c commit b8b2a09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
jobs:
66
build:
77

8+
runs-on: ubuntu-latest
9+
810
strategy:
911
matrix:
10-
platform: [ubuntu-latest, macos-latest, windows-latest]
11-
node-version: [8.x, 10.x, 12.x]
12-
runs-on: ${{ matrix.platform }}
12+
node-version: [12.x]
13+
1314
steps:
1415
- uses: actions/checkout@v1
1516
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)