| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2835ae1 commit d0efbb1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ jobs: | |||
| 16 | 16 | strategy: | |
| 17 | 17 | matrix: | |
| 18 | 18 | os: [ubuntu-latest] | |
| 19 | - node: [16] | ||
| 19 | + node: [20] | ||
| 20 | 20 | ||
| 21 | 21 | steps: | |
| 22 | 22 | - name: Checkout 🛎 | |
@@ -27,11 +27,6 @@ jobs: | |||
| 27 | 27 | with: | |
| 28 | 28 | version: 9 | |
| 29 | 29 | ||
| 30 | - - name: Install Node.js 20 | ||
| 31 | - uses: actions/setup-node@v4 | ||
| 32 | - with: | ||
| 33 | - node-version: 20 | ||
| 34 | - | ||
| 35 | 30 | - name: Install dependencies 📦 | |
| 36 | 31 | run: pnpm install | |
| 37 | 32 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments