Browse Source

Change version to node-version (#12)

version is deprecated and replaced by node-version
Doug Moscrop 6 năm trước cách đây
mục cha
commit
cacfc4155d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 ```