Cleaned up some unrequired quoting of YAML strings

This commit is contained in:
Peter Mescalchin 2022-06-14 10:18:02 +10:00
parent 174039b7cd
commit 6850b95a85
4 changed files with 23 additions and 23 deletions

View file

@ -1,4 +1,4 @@
name: 'Continuous Integration'
name: Continuous Integration
on:
push:
@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 16.x
- name: Install
run: npm clean-install