| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fecad40 commit 1dc71da
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ jobs: | |||
| 21 | 21 | ||
| 22 | 22 | # Install dependencies | |
| 23 | 23 | - name: Install Node.js | |
| 24 | - uses: actions/setup-node@v2-beta | ||
| 24 | + uses: actions/setup-node@v2 | ||
| 25 | 25 | with: | |
| 26 | 26 | node-version: ${{ env.NODE_VERSION }} | |
| 27 | 27 | - name: Install node-core-utils | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | ||
| 36 | 36 | # Install dependencies | |
| 37 | 37 | - name: Install Node.js | |
| 38 | - uses: actions/setup-node@v2-beta | ||
| 38 | + uses: actions/setup-node@v2 | ||
| 39 | 39 | with: | |
| 40 | 40 | node-version: ${{ env.NODE_VERSION }} | |
| 41 | 41 | - name: Install node-core-utils | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ jobs: | |||
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 22 | - uses: actions/setup-node@v1 | ||
| 22 | + uses: actions/setup-node@v2 | ||
| 23 | 23 | with: | |
| 24 | 24 | node-version: ${{ env.NODE_VERSION }} | |
| 25 | 25 | - name: Environment Information | |
@@ -43,7 +43,7 @@ jobs: | |||
| 43 | 43 | steps: | |
| 44 | 44 | - uses: actions/checkout@v2 | |
| 45 | 45 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 46 | - uses: actions/setup-node@v1 | ||
| 46 | + uses: actions/setup-node@v2 | ||
| 47 | 47 | with: | |
| 48 | 48 | node-version: ${{ env.NODE_VERSION }} | |
| 49 | 49 | - name: Environment Information | |
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | steps: | |
| 58 | 58 | - uses: actions/checkout@v2 | |
| 59 | 59 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 60 | - uses: actions/setup-node@v1 | ||
| 60 | + uses: actions/setup-node@v2 | ||
| 61 | 61 | with: | |
| 62 | 62 | node-version: ${{ env.NODE_VERSION }} | |
| 63 | 63 | - name: Environment Information | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ jobs: | |||
| 18 | 18 | steps: | |
| 19 | 19 | - uses: actions/checkout@v2 | |
| 20 | 20 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 21 | - uses: actions/setup-node@v1 | ||
| 21 | + uses: actions/setup-node@v2 | ||
| 22 | 22 | with: | |
| 23 | 23 | node-version: ${{ env.NODE_VERSION }} | |
| 24 | 24 | - name: Environment Information | |
| Back | FazBrowse Home | New Git URL |
0 commit comments