chore: update dependencies

This commit is contained in:
Josh Sherman 2024-08-09 16:30:24 -05:00
parent 250fb4b4e9
commit 4cde62af13
4 changed files with 1052 additions and 788 deletions

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18', '20']
node-version: ['18', '20', '22']
steps:
- name: Checkout Code
uses: actions/checkout@v2