Minor updates

This commit is contained in:
Dennis Reimann
2021-12-03 13:50:54 +01:00
parent b251bcdbfe
commit 04c4c2204e
2 changed files with 3 additions and 3 deletions

View File

@@ -21,10 +21,9 @@ jobs:
matrix:
node-version: [16]
steps:
# Checkout doc repo and its dependencies
# Checkout and setup
- name: Checkout
uses: actions/checkout@v2
# Setup Node
- name: Setup (Node.js ${{ matrix.node-version }})
uses: actions/setup-node@v1
with: