Skip to content

Commit 1fcedb2

Browse files
authored
Merge pull request #1813 from nodeSolidServer/fix/issue#1798
Update ci.yml
2 parents 19ba5e5 + eaeba0a commit 1fcedb2

File tree

4 files changed

+712
-280
lines changed

4 files changed

+712
-280
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ '^20.17.0' ]
20+
node-version: [ '^22.14.0' ]
2121
os: [ubuntu-latest]
2222

2323
steps:
@@ -53,7 +53,7 @@ jobs:
5353
# test code
5454
- run: npm run standard
5555
- run: npm run validate
56-
- run: npm run c8
56+
- run: npm run nyc
5757
# Test global install of the package
5858
- run: npm pack .
5959
- run: npm install -g solid-server-*.tgz

0 commit comments

Comments
 (0)