This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update runtime to node 14, update all transitive dependencies, u…
…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
1 parent
826301d
commit 7a178d0
Showing
6 changed files
with
2,500 additions
and
16,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.