Fix syntax error

This commit is contained in:
Sophie Mondz 2022-04-26 17:25:33 -05:00 committed by GitHub
parent fb3fc03d49
commit f5cb057aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- run: echo "Yooo new site update, I gotchu."
- name: Use Node.JS :)
uses: actions/setup-node@v1
with:
with:
node-version: 12
- name: Install dependents and build.
run: |