Skip to content

Commit

Permalink
updating packages and node version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 29, 2020
1 parent 064e8c0 commit a4e93c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10]
node-version: [12]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: yarn compile
- name: Testing
run: yarn test
- name: Codecov
- name: Code Coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_KEY }}
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "writr",
"version": "0.9.7",
"version": "0.9.8",
"description": "A Simple to Use Markdown Blog",
"main": "./dist/index",
"types": "./dist/index",
Expand Down Expand Up @@ -57,11 +57,11 @@
"@types/chai": "^4.2.14",
"@types/express": "^4.17.9",
"@types/express-serve-static-core": "^4.17.17",
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "^9.0.6",
"@types/handlebars": "^4.0.37",
"@types/keyv": "^3.1.1",
"@types/markdown-it": "^12.0.0",
"@types/node": "^14.14.14",
"@types/node": "^14.14.16",
"@types/parse-json": "^4.0.0",
"@types/winston": "^2.3.8",
"codecov": "^3.8.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,10 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/fs-extra@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.5.tgz#2afb76a43a4bef80a363b94b314d0ca1694fc4f8"
integrity sha512-wr3t7wIW1c0A2BIJtdVp4EflriVaVVAsCAIHVzzh8B+GiFv9X1xeJjCs4upRXtzp7kQ6lP5xvskjoD4awJ1ZeA==
"@types/fs-extra@^9.0.6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.6.tgz#488e56b77299899a608b8269719c1d133027a6ab"
integrity sha512-ecNRHw4clCkowNOBJH1e77nvbPxHYnWIXMv1IAoG/9+MYGkgoyr3Ppxr7XYFNL41V422EDhyV4/4SSK8L2mlig==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -790,10 +790,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"
integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==

"@types/node@^14.14.14":
version "14.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae"
integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==
"@types/node@^14.14.16":
version "14.14.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.16.tgz#3cc351f8d48101deadfed4c9e4f116048d437b4b"
integrity sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit a4e93c0

Please sign in to comment.