This commit is contained in:
Peter Mescalchin 2022-09-18 09:36:57 +00:00 committed by GitHub
commit a1ea5d75a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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