Skip to content

Commit

Permalink
CI: switch to Node.js 16 (thomaspark#1152)
Browse files Browse the repository at this point in the history
Also reword a few sentences
  • Loading branch information
XhmikosR authored Oct 30, 2021
1 parent 7014f89 commit 42a73bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
FORCE_COLOR: 2
NODE: 14
NODE: 16

jobs:
test:
Expand All @@ -25,14 +25,14 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Build the files
- name: Build themes
run: npm run build

- name: Build the docs files
- name: Build docs
run: npm run docs

- name: Run tests
run: npm test

- name: Run vnu.jar tests
- name: Run vnu-jar
run: npm run htmllint

0 comments on commit 42a73bf

Please sign in to comment.