Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
feat: added support for Node.js v16 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kisaiev committed Feb 10, 2023
1 parent 6404b26 commit 100b3d6
Show file tree
Hide file tree
Showing 3 changed files with 11,341 additions and 243 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ on:
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- 14
- 16
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
node-version: ${{ matrix.node_version }}
- name: Install dependencies
run: npm install
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16

0 comments on commit 100b3d6

Please sign in to comment.