We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c1220 commit eaeb938Copy full SHA for eaeb938
1 file changed
.github/workflows/test.yml
@@ -1,7 +1,6 @@
1
name: Tests
2
+
3
on: [push, pull_request]
-env:
4
- CI: true
5
6
jobs:
7
run:
@@ -11,7 +10,7 @@ jobs:
11
10
strategy:
12
fail-fast: false
13
matrix:
14
- node: [10, 12, 14]
+ node: [12, 14, 16]
15
# windows support not quite ready: os: [ubuntu-latest, windows-latest]
16
os: [ubuntu-latest]
17
@@ -22,7 +21,7 @@ jobs:
22
21
- run: git fetch --prune --unshallow
23
24
- name: Set Node.js version
25
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node }}
28
@@ -39,7 +38,6 @@ jobs:
39
38
echo '{"user": "nodejs", "token": "'${{ secrets.GITHUB_TOKEN }}'"}' > ~/.config/changelog-maker/config.json
40
if: startsWith(matrix.os, 'ubuntu')
41
42
-
43
- name: Set up ghauth config (Windows)
44
run: |
45
mkdir "%LOCALAPPDATA%\changelog-maker\"
0 commit comments