Skip to content

Commit

Permalink
Add comfirm submit / reset to processes
Browse files Browse the repository at this point in the history
  • Loading branch information
joegaudet committed May 13, 2022
1 parent 0013887 commit f5334b8
Show file tree
Hide file tree
Showing 8 changed files with 1,896 additions and 1,159 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Lint JS
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Test
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: test
Expand Down
Loading

0 comments on commit f5334b8

Please sign in to comment.