Skip to content

Commit

Permalink
CI error fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Oct 5, 2023
1 parent bcb4178 commit bb22f1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@warstekhun'
- name: Install modules
run: npm ci
- name: Build and generate coverage badges
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"zilaws-server": "^1.0.1"
"zilaws-server": "^1.1.0"
},
"dependencies": {
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { connectTo, WSStatus, ZilaConnection } from "../src/index";
import ZilaServer, { ZilaClient } from "zilaws-server";
import {ZilaServer, ZilaClient } from "zilaws-server";

var client: ZilaConnection;
var server: ZilaServer;
Expand Down

0 comments on commit bb22f1b

Please sign in to comment.