Update supported Node versions (CI)

This commit is contained in:
James Sumners 2023-02-21 14:02:13 -05:00
parent 0a3702e1d0
commit b08f8e9e5f
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: Install Packages
run: npm install
- name: Build Docs

View File

@ -32,9 +32,9 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- 14
- 16
- 17
- 18
- 19
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3