Skip to content

Commit

Permalink
⬆️🔖 Fixes npm vulnerabilities, Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
temmiland committed Dec 1, 2020
1 parent 2c77efd commit 6dda0a7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: npm audit

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 5"
- cron: "00 00 * * *"
pull_request:
branches:
- main
Expand All @@ -12,10 +13,10 @@ jobs:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.5.0
- uses: oke-py/npm-audit-action@v1.6.0
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
issue_assignees: tomxpcvx
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1.4.2
uses: actions/setup-node@v1.4.4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -24,7 +24,7 @@ jobs:
npm ci
npm run build-storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.5.7
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fileicons",
"version": "2.0.5",
"version": "2.0.6",
"description": "A React component to use file icons more flexible.",
"main": "./dist/index.js",
"engines": {
Expand Down

0 comments on commit 6dda0a7

Please sign in to comment.