Caleb Porzio 4 ani în urmă
părinte
comite
7adf7e4c27
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      .github/workflows/run-tests.yml

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

@@ -3,8 +3,9 @@ on: [push, pull_request]
 jobs:
   build:
     runs-on: ubuntu-latest
-    node-version: 15
     steps:
       - uses: actions/checkout@v1
       - uses: bahmutov/npm-install@v1
+        with:
+          node-version: '15'
       - run: npm -v