Skip to content
Snippets Groups Projects
Unverified Commit 5ef419d5 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Chore: Meteor update to 2.1.1 (#21494)

* Meteor update to 2.1.1
* Node version update
parent 3e95003a
No related branches found
No related tags found
No related merge requests found
FROM node:12.21.0-buster-slim
FROM node:12.22.1-buster-slim
LABEL maintainer="buildmaster@rocket.chat"
......
FROM node:12.21.0-buster-slim
FROM node:12.22.1-buster-slim
LABEL maintainer="buildmaster@rocket.chat"
......
......@@ -30,10 +30,10 @@ jobs:
echo "github.event_name: ${{ github.event_name }}"
cat $GITHUB_EVENT_PATH
- name: Use Node.js 12.21.0
- name: Use Node.js 12.22.1
uses: actions/setup-node@v2
with:
node-version: "12.21.0"
node-version: "12.22.1"
- uses: actions/checkout@v2
......@@ -190,7 +190,7 @@ jobs:
strategy:
matrix:
node-version: ["12.21.0"]
node-version: ["12.22.1"]
mongodb-version: ["3.4", "3.6", "4.0"]
steps:
......@@ -316,10 +316,10 @@ jobs:
path: ~/.meteor
key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.github/workflows/build_and_test.yml') }}
- name: Use Node.js 12.21.0
- name: Use Node.js 12.22.1
uses: actions/setup-node@v2
with:
node-version: "12.21.0"
node-version: "12.22.1"
- name: Install Meteor
run: |
......@@ -562,10 +562,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.21.0
- name: Use Node.js 12.22.1
uses: actions/setup-node@v2
with:
node-version: "12.21.0"
node-version: "12.22.1"
- name: Login to DockerHub
uses: docker/login-action@v1
......
METEOR@2.1
METEOR@2.1.1
#!/bin/bash
node_version="v12.21.0"
node_version="v12.22.1"
unamem="$(uname -m)"
if [[ $unamem == *aarch64* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment