Skip to content

Commit

Permalink
v0.80.25
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Mar 18, 2024
1 parent 7a10f4a commit 64f0c7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
emsdk-version: [3.1.41]
binaryen-version: [version_116_e]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build emulators
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: sudo apt-get -yqq update
- run: sudo apt-get install -yq --no-install-recommends cmake ninja-build zip
Expand Down
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ targets
.gitmodules
.eslintrc.json
Dockerfile
.dockerignore
.dockerignore
release.zip
binaryen-*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emulators",
"version": "0.80.24",
"version": "0.80.25",
"description": "Emulators (dos) with standartized API",
"main": "dist/emulators.js",
"types": "dist/types/emulators.d.ts",
Expand Down

0 comments on commit 64f0c7b

Please sign in to comment.