Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !32796

CI: change Node.js to `14`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged XhmikosR requested to merge main-xmr-ci into main 4 years ago
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 6

This is so that it's consistent with the JS workflow thus the cache should match.

Compare
  • main (base)

and
  • latest version
    eb871b10
    1 commit, 2 years ago

6 files
+ 6
- 6

    Preferences

    File browser
    Compare changes
.github/‎workflows‎
browsers‎tack.yml‎ +1 -1
bundlew‎atch.yml‎ +1 -1
css‎.yml‎ +1 -1
docs‎.yml‎ +1 -1
lint‎.yml‎ +1 -1
node-s‎ass.yml‎ +1 -1
.github/workflows/browserstack.yml
+ 1
- 1
  • View file @ eb871b10

  • Edit in single-file editor

  • Open in Web IDE


@@ -5,7 +5,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
browserstack:
.github/workflows/bundlewatch.yml
+ 1
- 1
  • View file @ eb871b10

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
bundlewatch:
.github/workflows/css.yml
+ 1
- 1
  • View file @ eb871b10

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
css:
.github/workflows/docs.yml
+ 1
- 1
  • View file @ eb871b10

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
docs:
.github/workflows/lint.yml
+ 1
- 1
  • View file @ eb871b10

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
lint:
0 Assignees
None
Assign to
Reviewer
GeoSot's avatar
GeoSot
Request review from
Labels
2
dependencies v5
2
dependencies v5
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: twbs/bootstrap!34995
Source branch: main-xmr-ci

Menu

Explore Projects Groups Snippets