Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit e32c970

Browse files
committed
2 parents b9eb167 + 4e8deb8 commit e32c970

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/nodejs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v2.3.4
4949
- name: Use Node.js ${{ matrix.vars.node }}
50-
uses: actions/setup-node@v2.1.2
50+
uses: actions/setup-node@v2.1.5
5151
with:
5252
node-version: ${{ matrix.vars.node }}
5353
- name: Cache PNPM store
54-
uses: actions/cache@v2.1.3
54+
uses: actions/cache@v2.1.4
5555
with:
5656
path: ~/.pnpm-store/v3
5757
key: pnpm5-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -60,7 +60,7 @@ jobs:
6060
pnpm5-${{ matrix.vars.id }}-
6161
pnpm5-
6262
- name: Install pnpm
63-
uses: pnpm/action-setup@v1.2.1
63+
uses: pnpm/action-setup@v2.0.0
6464
with:
6565
version: ${{ matrix.pnpm }}
6666
run_install: |

tools/sane-fmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"bin": "bin.js",
77
"dependencies": {
8-
"@sane-fmt/wasm32-wasi": "^0.7.0",
8+
"@sane-fmt/wasm32-wasi": "^0.8.0",
99
"exec-inline": "^0.0.5",
1010
"@tools/places": "file:../places"
1111
}

tools/sane-fmt/pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)