Skip to content

Commit

Permalink
Merge pull request #19 from ajmas/issue-18-migrate-to-vite
Browse files Browse the repository at this point in the history
Issue #18 Migrate build to use Vite
  • Loading branch information
ajmas authored Mar 14, 2024
2 parents 7845f1f + bb90a8b commit 39f6997
Show file tree
Hide file tree
Showing 16 changed files with 2,286 additions and 6,126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This library was inspired by well known authentication library for Angular calle

## Targeted Node.js versions

This has been tested to build with Node.js 14, 16 and 18.
This has been tested to build with Node.js 16, 18 and 20.

If you need support for Node.js 14, then please use release 2.1.0.

## Changes in vue-authenticate-2

Expand Down
2 changes: 2 additions & 0 deletions dist/vue-authenticate.cjs.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/vue-authenticate.cjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 39f6997

Please sign in to comment.