Skip to content

Commit

Permalink
Merge pull request #14 from ajmas/issue-13-update-dependencies
Browse files Browse the repository at this point in the history
Issue #13 Update dependencies
  • Loading branch information
ajmas authored Oct 22, 2022
2 parents 83cdb5d + afd8022 commit edf906e
Show file tree
Hide file tree
Showing 7 changed files with 4,207 additions and 1,026 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[**WARNING**]: README file is currently in process of rewrite and will be released soon.

# vue-authenticate-2

[![Join the chat at https://gitter.im/vuejs-auth/vue-authenticate](https://badges.gitter.im/vue-authenticate/Lobby.svg)](https://gitter.im/vuejs-auth/vue-authenticate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
7 changes: 0 additions & 7 deletions bower.json

This file was deleted.

Loading

0 comments on commit edf906e

Please sign in to comment.