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:
parent
ac5569f53e
commit
79a88cbb3d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue