Browse Source

Remove minor version spec from setup-node action

Peter Squicciarini 4 years ago
parent
commit
47ca41068c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/linux.yml
  2. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.github/workflows/linux.yml

@@ -35,7 +35,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Setup Node.js environment
-        uses: actions/setup-node@v1.4.3
+        uses: actions/setup-node@v1
         with:
           node-version: 12.14.1
 

+ 1 - 1
.github/workflows/macos.yml

@@ -16,7 +16,7 @@ jobs:
       - uses: actions/checkout@v2
         
       - name: Setup Node.js environment
-        uses: actions/setup-node@v1.4.3
+        uses: actions/setup-node@v1
         with:
           node-version: 12.14.1