Skip to content

Commit 3792b13

Browse files
authored
Update buildAndDeploy.yml
1 parent 635e7e9 commit 3792b13

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/buildAndDeploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Build and Deploy
2-
env:
3-
node-version: 16
4-
cache: 'npm'
2+
53
on: workflow_dispatch
64
jobs:
75
build-and-deploy:
@@ -11,6 +9,9 @@ jobs:
119
uses: actions/checkout@v2.3.1
1210

1311
- name: Install and Build 🔧
12+
env:
13+
node-version: 16
14+
cache: 'npm'
1415
run: |
1516
npm ci
1617
npm run build

0 commit comments

Comments
 (0)