Skip to content

Commit fd1ea40

Browse files
committed
Merge branch 'feature/thoth-json-core' of https://github.com/njlr/thoth-json-codec into feature/thoth-json-core
2 parents 78fc6ee + 0ad266b commit fd1ea40

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "10.3.1",
6+
"version": "7.1.5",
77
"commands": [
88
"paket"
99
],

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
with:
1717
dotnet-version: 8.0.407
1818

19+
- name: Setup Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 18.20.8
23+
1924
- uses: actions/checkout@v2
2025

2126
- name: Build and Test

0 commit comments

Comments
 (0)