1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: update github action node version

This commit is contained in:
James Cook 2023-11-29 00:05:35 +00:00 committed by GitHub
parent ac5569f53e
commit 79a88cbb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
deno: ["1.x"]
node: ["18", "20"]
node: ["20", "21"]
name: Test Node on Version ${{ matrix.node }}
steps:
- name: Checkout Repo