Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix: update runtime to node 14, update all transitive dependencies, u…
Browse files Browse the repository at this point in the history
…pdate dev dependencies (#854)

* fix: bump all transitive dependencies and eslint (dev dependency)

Signed-off-by: Markus Maga <[email protected]>

* fix(deps): bump dev dependencies

Signed-off-by: Markus Maga <[email protected]>

* fix: bump node runtime to v14

Signed-off-by: Markus Maga <[email protected]>

* fix(deps): regenerate lockfile to use correct lockfile version

Signed-off-by: Markus Maga <[email protected]>
  • Loading branch information
Flydiverny authored Oct 19, 2021
1 parent 826301d commit 7a178d0
Show file tree
Hide file tree
Showing 6 changed files with 2,500 additions and 16,649 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:
test:
runs-on: ubuntu-latest
name: Node 12
name: Node 14
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/[email protected]
with:
node-version: 12
node-version: 14
- run: npm install
- run: npm test
test-e2e:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine

ENV NODE_ENV production
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:14-alpine

# Setup source directory
RUN mkdir /app
Expand Down
Loading

0 comments on commit 7a178d0

Please sign in to comment.