]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
workflows/test.yml: switch to `setup-node@v1`. (#29410)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 16 Sep 2019 12:28:25 +0000 (15:28 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 12:28:25 +0000 (15:28 +0300)
.github/workflows/test.yml

index f9a9444a5f652ba2a292e27fbb40f9bafdf510b6..55eac1eb75d206721020e747b4617360432e1ee9 100644 (file)
@@ -18,9 +18,9 @@ jobs:
           fetch-depth: 3
 
       - name: Set Node.js version
-        uses: actions/setup-node@v1.1.0
+        uses: actions/setup-node@v1
         with:
-          version: ${{ matrix.node }}
+          node-version: ${{ matrix.node }}
 
       - run: node --version
       - run: npm --version