Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 111adf2

Browse files
committed
add .npmignore
1 parent 7498a60 commit 111adf2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,15 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
# - windows-latest
14+
- windows-latest
1515
# - macOS-latest
16-
node_version:
17-
- 12
18-
- 13
19-
- 14
20-
- 15
2116

22-
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
17+
name: ${{ matrix.os }}
2318
steps:
2419
- uses: actions/checkout@master
2520
- uses: actions/[email protected]
2621
with:
27-
node-version: ${{ matrix.node_version }}
22+
node-version: 15
2823
- name: Setup
2924
run: yarn setup
3025

.npmignore

Whitespace-only changes.

0 commit comments

Comments
 (0)