Skip to content

Commit

Permalink
- deps(contributors): removed, vuln, not maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jun 21, 2023
1 parent b64d410 commit 56b8969
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Lint

on: [ push, pull_request ]

env:
CI: true

jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -27,5 +30,3 @@ jobs:
- name: Lint using eslint
run: npm run lint

env:
CI: true
12 changes: 5 additions & 7 deletions .github/workflows/master.yml → .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
push:
branches:
- master
paths:
- package.json

env:
node_version: 14
node_version: 18

jobs:

Expand All @@ -16,12 +18,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup node.js ${{ env.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: ${{ env.node_version }}
Expand All @@ -36,7 +38,3 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# - name: GitHub Release
# uses: justincy/[email protected]
# id: release
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

### Unreleased

### 1.2.0 - 2023-06-20

- bump dep versions to latest
- ci: add .release
- deps(contributors): removed, vuln, not maintained


### 1.1.8 - 2022-03-14

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"maxmind-geolite-mirror": "./bin/maxmind-geolite-mirror"
},
"engines": {
"node": ">= v12.0.0"
"node": ">= v14.0.0"
},
"main": "bin/maxmind-geolite-mirror",
"keywords": [
Expand All @@ -43,7 +43,6 @@
"versions": "npx dependency-version-checker check"
},
"devDependencies": {
"contributors": "0.5.1",
"eslint": "^8.43.0",
"mocha": "^10.2.0",
"rewire": "^6.0.0",
Expand Down

0 comments on commit 56b8969

Please sign in to comment.