From f5cb057aa8df1f040d88c86a62ecce072a7fb4fd Mon Sep 17 00:00:00 2001 From: Sophie Mondz Date: Tue, 26 Apr 2022 17:25:33 -0500 Subject: [PATCH] Fix syntax error --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index b239b4e..e5e4952 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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: |