Commit 7ee2ea2f authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Switched to node.js 14

parent c94de33c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
      - uses: actions/checkout@v2
      - uses: actions/setup-node@v1
        with:
          node-version: '10'
          node-version: '14'
      - name: Install markdownlint
        run: npm install -g markdownlint-cli
      - name: Run Markdownlint