Skip to content

Commit

Permalink
include package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 31, 2021
1 parent 8698b2d commit 9b9b718
Show file tree
Hide file tree
Showing 2 changed files with 13,040 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12.0.0
node-version: 14.0.0
- name: Install dependencies
run: |
npm install
npm ci
npm run build-all
zip --junk-paths colyseus-js-client dist/*
- name: Publish to NPM
Expand Down
Loading

0 comments on commit 9b9b718

Please sign in to comment.