Skip to content

Commit

Permalink
Removed v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangledbytes committed May 27, 2020
1 parent cfcfd39 commit 9e6fac9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ name: Releases cross platform binaries for nodejs-snowflake

on:
push:
branches: [ master ]
branches: [master]

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.17.0, 14.0.0]
node-version: [12.17.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
npm i
npm i -g prebuild
prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
npm i
npm i -g prebuild
prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e6fac9

Please sign in to comment.