Skip to content

Commit

Permalink
Fix for issue #10 (#11)
Browse files Browse the repository at this point in the history
* Bump to new login method

* Update Node.js build versions to EOL

* Increased version and bumped dependencies to current versions
  • Loading branch information
MiGoller authored May 1, 2023
1 parent 934bc87 commit 68963cf
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 1,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- name: Checkout code
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

steps:
- name: Checkout code
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit 68963cf

Please sign in to comment.