Skip to content

Commit

Permalink
Update CI config;
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 30, 2020
1 parent 4cb8a19 commit a98b6ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests
on: [push, pull_request]

env:
CI: true
FORCE_COLOR: 2

jobs:
run:
Expand All @@ -18,8 +20,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 a98b6ed

Please sign in to comment.