Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 18, 2020
1 parent 53d434f commit eb7535c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI
on: [push, pull_request]

jobs:
build:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 12
node-version: 12
- name: Get NodeJS Version
id: nodeversion
run: |
Expand Down

0 comments on commit eb7535c

Please sign in to comment.