Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
* update to actions/setup-node@v2
* specify `FORCE_COLOR: 2`
  • Loading branch information
XhmikosR committed Dec 28, 2020
1 parent 2046089 commit 967ca00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
@@ -1,7 +1,9 @@
name: Tests
on: [push, pull_request]

env:
CI: true
FORCE_COLOR: 2

jobs:
run:
Expand All @@ -17,8 +19,8 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Set Node.js version
uses: actions/setup-node@v1
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 967ca00

Please sign in to comment.