Caleb Porzio 4 years ago
parent
commit
699cce96fa
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/run-tests.yml

+ 3 - 1
.github/workflows/run-tests.yml

@@ -7,5 +7,7 @@ jobs:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - uses: bahmutov/npm-install@v1
       - uses: bahmutov/npm-install@v1
         with:
         with:
-          node-version: '15'
+          node-version: 15
       - run: npm -v && npm run build
       - run: npm -v && npm run build
+        with:
+          node-version: 15