Skip to content

Commit 2594ef8

Browse files
committed
Fix CI
1 parent a4acdef commit 2594ef8

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,19 @@ on:
66
- development
77

88
jobs:
9-
setup-node:
10-
runs-on: ubuntu-latest
11-
environment: github-pages
12-
13-
steps:
14-
- name: Checkout 🛎️
15-
uses: actions/checkout@master
16-
17-
- name: Use Node.js 16
18-
uses: actions/setup-node@master
19-
with:
20-
node-version: 16
21-
229
build-and-deploy:
2310
runs-on: ubuntu-latest
2411
environment: github-pages
25-
needs:
26-
- setup-node
2712

2813
steps:
14+
- name: Checkout 🛎️
15+
uses: actions/checkout@v3
16+
17+
- name: Use Node.js 16
18+
uses: actions/setup-node@master
19+
with:
20+
node-version: 16
21+
2922
# The build script the action should run prior to deploying.
3023
- name: Build Production React.js page 🔧
3124
run: |

0 commit comments

Comments
 (0)