Pārlūkot izejas kodu

Change version to node-version (#12)

version is deprecated and replaced by node-version
Doug Moscrop 6 gadi atpakaļ
vecāks
revīzija
cacfc4155d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 ```