- From: Sid Vishnoi <notifications@github.com>
- Date: Fri, 27 Sep 2019 04:40:18 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 September 2019 11:40:41 UTC
sidvishnoi commented on this pull request. > + +on: + push: + branches: + - gh-pages + pull_request: {} + +jobs: + ci: + name: Validate and Publish + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 + with: + node-version: 10 Maybe we should use v12 now, as it'll be LTS within a month. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/109#discussion_r329031435
Received on Friday, 27 September 2019 11:40:41 UTC