Migrate node-versions CI to GitHub Actions #31

Merged
MaksimZhukov merged 8 commits from main into main 2020-08-25 18:52:21 +05:00
Showing only changes of commit 47471a527c - Show all commits

View File

@@ -13,6 +13,9 @@ on:
env:
VERSION: ${{ github.event.inputs.VERSION }}
defaults:
run:
shell: pwsh
jobs:
build_node:
@@ -45,9 +48,6 @@ jobs:
name: Test Node.js ${{ github.event.inputs.VERSION }} [${{ matrix.platform }}]
needs: build_node
runs-on: ${{ matrix.os }}
defaults:
run:
shell: pwsh
env:
ARTIFACT_NAME: node-${{ github.event.inputs.VERSION }}-${{ matrix.platform }}-x64
strategy: