Skip to content

Commit

Permalink
build: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jun 11, 2024
1 parent 5d7a858 commit aa0f5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9,675 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:

- name: Checkout frank-flow repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js 21.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 21.x

Expand All @@ -27,7 +27,7 @@ jobs:
run: mvn install -P frankframework,ci

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-maven-dependencies
with:
Expand All @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-maven-
- name: Run Cypress using the frank-framework Docker image
uses: cypress-io/github-action@v6.7.0
uses: cypress-io/github-action@v6
with:
working-directory: frontend/src/main/frontend/
build: npm run build:prod
Expand Down
Loading

0 comments on commit aa0f5a8

Please sign in to comment.