mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Try adding v2 workflow (#13)
* Try adding v2 workflow * Remove version * Use legacy action until this is public * Remove legacy workflow
This commit is contained in:
parent
b4ae196409
commit
d2b505129d
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
|||
on: push
|
||||
name: Main workflow
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on:
|
||||
pool: ${{ matrix.operating-system }}
|
||||
run:
|
||||
name: Run
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [Linux, macOS, Windows]
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
actions:
|
||||
- name: Set Node.js 10.x
|
||||
uses: bryanmacfarlane/node-config@master
|
Loading…
Add table
Reference in a new issue