ソースを参照

Change version to node-version (#12)

version is deprecated and replaced by node-version
Doug Moscrop 6 年 前
コミット
cacfc4155d
1 ファイル変更1 行追加1 行削除
  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
 ```