Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
e2be0ca1
Unverified
Commit
e2be0ca1
authored
Dec 04, 2020
by
Andreas Fernandez
Committed by
GitHub
Dec 04, 2020
Browse files
[TASK] Use node 14 (#5)
parent
0727bff1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e2be0ca1
...
...
@@ -79,9 +79,9 @@ FULLVERSION_PHP80=$(MAJOR_PHP80).$(MINOR_PHP80).$(PATCHLEVEL_PHP80)
SHORTVERSION_PHP80
=
$(MAJOR_PHP80)
.
$(MINOR_PHP80)
NAME_JS
=
typo3gmbh/js
MAJOR_JS
=
2
MAJOR_JS
=
3
MINOR_JS
=
0
PATCHLEVEL_JS
=
3
PATCHLEVEL_JS
=
0
FULLVERSION_JS
=
$(MAJOR_JS)
.
$(MINOR_JS)
.
$(PATCHLEVEL_JS)
SHORTVERSION_JS
=
$(MAJOR_JS)
.
$(MINOR_JS)
...
...
js/Dockerfile
View file @
e2be0ca1
FROM
node:1
2
FROM
node:1
4
MAINTAINER
TYPO3 GmbH <info@typo3.com>
# Updated on
3
0.1
0
.2020
# Updated on 0
4
.1
2
.2020
ADD
. /pd_build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment