Skip to content

Commit

Permalink
chore(deps): bump node from 12.16.3 to 12.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvegter committed May 29, 2020
1 parent b9c37f6 commit b3d2fa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bookkeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.16.3
- name: Use Node.js 12.17.0
uses: actions/setup-node@v1
with:
node-version: '12.16.3'
node-version: '12.17.0'
- name: Installing dependencies
run: npm ci
- name: Running linter
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.16.3
- name: Use Node.js 12.17.0
uses: actions/setup-node@v1
with:
node-version: '12.16.3'
node-version: '12.17.0'
- name: Running validator
run: |
npm ci
Expand All @@ -28,10 +28,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.16.3
- name: Use Node.js 12.17.0
uses: actions/setup-node@v1
with:
node-version: '12.16.3'
node-version: '12.17.0'
- name: Running validator
run: |
npx @openapitools/openapi-generator-cli validate -i spec/openapi.yaml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# ---- Base ----
FROM node:12.16.3-alpine as base
FROM node:12.17.0-alpine3.11 as base

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit b3d2fa0

Please sign in to comment.