Skip to content

Commit

Permalink
Merge pull request #115 from Settis/updateActions
Browse files Browse the repository at this point in the history
Update action versions
  • Loading branch information
Settis authored Jan 28, 2024
2 parents 1632f9e + d9c466c commit 6cc0d3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2eMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
Expand All @@ -27,6 +27,6 @@ jobs:
- name: Test compile
run: npm run test-compile
- name: Run e2e tests
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm test
6 changes: 3 additions & 3 deletions .github/workflows/e2eWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
Expand All @@ -27,6 +27,6 @@ jobs:
- name: Test compile
run: npm run test-compile
- name: Run e2e tests
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm test
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
run: npm run test
working-directory: client
- name: Run e2e tests
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@v1.0.1
with:
run: npm test
- name: Report code coverage
Expand Down

0 comments on commit 6cc0d3a

Please sign in to comment.