Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmgalanakis committed Apr 28, 2023
1 parent 588263a commit 268e858
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 22,732 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v16
- name: install node v12
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install --force
- run: npm install
- run: npm run build

cypress:
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: install node v16
- name: install node v12
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand All @@ -67,7 +67,7 @@ jobs:
path: |
dist
languages
- run: npm install --force
- run: npm install
if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
- run: npm run build
if: ${{ steps.cache-build.outputs.cache-hit != 'true' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install node v16
- name: install node v12
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand All @@ -28,7 +28,7 @@ jobs:
~/.cache
~/.npm
- name: npm install
run: npm install --force
run: npm install
- name: eslint
uses: icrawl/action-eslint@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
12
Loading

0 comments on commit 268e858

Please sign in to comment.