Explorar o código

Change version to node-version (#12)

version is deprecated and replaced by node-version
Doug Moscrop %!s(int64=6) %!d(string=hai) anos
pai
achega
cacfc4155d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ steps:
 - uses: actions/checkout@master
 - uses: actions/setup-node@master
   with:
-    version: 10.x 
+    node-version: 10.x 
 - run: npm install
 - run: npm test
 ```