Skip to content

Commit 7a58ff4

Browse files
authored
Update Node.js to v14.x (#432)
Node.js v14.x or later is required by markdownlint-cli v0.33.0, which is the current version which is installed with `npm install purescript spago markdownlint-cli`. https://github.com/igorshubovych/markdownlint-cli/blob/b9158d3e9c36496bfaef9ce98f886d9117c6f502/package.json#L10
1 parent 1d54f88 commit 7a58ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Node toolchain
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: "12.x"
29+
node-version: "14.x"
3030

3131
- name: Cache NPM dependencies
3232
uses: actions/cache@v2

0 commit comments

Comments
 (0)