Skip to content

Commit

Permalink
Update github-actions and tested-node versions (#137)
Browse files Browse the repository at this point in the history
* Update github-actions and tested node version

* Update dependencies

---------

Co-authored-by: veeck <michael@veeck.de>
  • Loading branch information
rejas and veeck committed Feb 3, 2023
1 parent f4fdb56 commit b4c4f9c
Show file tree
Hide file tree
Showing 3 changed files with 1,459 additions and 1,105 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run tests
Expand Down
Loading

0 comments on commit b4c4f9c

Please sign in to comment.