Skip to content

Commit

Permalink
chore(build): updates node to current used version 14 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed Nov 9, 2021
1 parent 6717199 commit aa1663e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fe-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 12.x
node-version: 14.x

- name: Cypress run
uses: cypress-io/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 12.x
node-version: 14.x

- name: Cache local Maven repository
uses: actions/[email protected]
Expand Down

0 comments on commit aa1663e

Please sign in to comment.