Skip to content

Commit

Permalink
Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 31, 2020
1 parent 9feb122 commit a47314a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.1-buster-slim
FROM node:12.18.3-buster-slim

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.1-buster-slim
FROM node:12.18.3-buster-slim

LABEL maintainer="[email protected]"

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
echo "github.event_name: ${{ github.event_name }}"
cat $GITHUB_EVENT_PATH
- name: Use Node.js 12.16.1
- name: Use Node.js 12.18.3
uses: actions/setup-node@v1
with:
node-version: "12.16.1"
node-version: "12.18.3"

- uses: actions/checkout@v2

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

strategy:
matrix:
node-version: ["12.16.1"]
node-version: ["12.18.3"]
mongodb-version: ["3.4", "3.6", "4.0"]

steps:
Expand Down Expand Up @@ -290,10 +290,10 @@ jobs:
path: ~/.meteor
key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.github/workflows/build_and_test.yml') }}

- name: Use Node.js 12.16.1
- name: Use Node.js 12.18.3
uses: actions/setup-node@v1
with:
node-version: "12.16.1"
node-version: "12.18.3"

- name: Install Meteor
run: |
Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/resources/preparenode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

node_version="v12.16.1"
node_version="v12.18.3"

unamem="$(uname -m)"
if [[ $unamem == *aarch64* ]]; then
Expand Down

0 comments on commit a47314a

Please sign in to comment.