Skip to content

Commit 82fa5ab

Browse files
committed
ci(appveyor.yml): updates appveyor to use current versions of node
* Bump autoprefixer version
1 parent 0c65fec commit 82fa5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you have a local copy of the project up and running, create a new branch wi
2424
git checkout -b patch-1
2525
```
2626

27-
Create Elm App uses [Commitizen](https://github.com/commitizen/cz-cli) and [semantic-release](https://github.com/semantic-release/semantic-release) for release automatization.
27+
Create Elm App uses [Commitizen](https://github.com/commitizen/cz-cli) and [semantic-release](https://github.com/semantic-release/semantic-release) for release automation.
2828

2929
Commit changes by running `npm run cz`
3030

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ platform:
77
environment:
88
matrix:
99
# node.js
10-
- nodejs_version: "8"
1110
- nodejs_version: "12"
11+
- nodejs_version: "14"
1212

1313
matrix:
1414
fast_finish: true

0 commit comments

Comments
 (0)