Skip to content

Commit aa1663e

Browse files
committed
chore(build): updates node to current used version 14 in workflows
1 parent 6717199 commit aa1663e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fe-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323
with:
2424
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
25-
node-version: 12.x
25+
node-version: 14.x
2626

2727
- name: Cypress run
2828
uses: cypress-io/[email protected]

.github/workflows/release-gitflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838
with:
3939
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
40-
node-version: 12.x
40+
node-version: 14.x
4141

4242
- name: Cache local Maven repository
4343
uses: actions/[email protected]

0 commit comments

Comments
 (0)