Skip to content

Commit 9e6fac9

Browse files
committed
Removed v14.0.0
1 parent cfcfd39 commit 9e6fac9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/nodejs.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ name: Releases cross platform binaries for nodejs-snowflake
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [master]
99

1010
jobs:
1111
build:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
node-version: [12.17.0, 14.0.0]
15+
node-version: [12.17.0]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
21-
with:
22-
node-version: ${{ matrix.node-version }}
23-
- run: |
24-
npm i
25-
npm i -g prebuild
26-
prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}
18+
- uses: actions/checkout@v2
19+
- name: Use Node.js ${{ matrix.node-version }}
20+
uses: actions/setup-node@v1
21+
with:
22+
node-version: ${{ matrix.node-version }}
23+
- run: |
24+
npm i
25+
npm i -g prebuild
26+
prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)