We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b68a1 commit e766afaCopy full SHA for e766afa
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: 16
+ node-version: 22
26
- name: Get cddl version
27
run: curl -s https://crates.io/api/v1/crates/cddl | python3 -c "import sys, json; print(json.load(sys.stdin)['crate']['max_stable_version'])" | tee cddl.txt
28
- name: "Cache rust binaries"
0 commit comments