We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4fad commit d8018aeCopy full SHA for d8018ae
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- uses: actions/checkout@v3
73
74
- name: Setup emscripten cache
75
- uses: actions/cache@v2
+ uses: actions/cache@v3
76
with:
77
path: ~/.emscripten-cache
78
key: ${{ runner.os }}-emscripten
.github/workflows/publish.yml
@@ -14,9 +14,18 @@ jobs:
14
packages: write
15
steps:
16
17
+
18
+ - name: Setup emscripten cache
19
20
+ with:
21
+ path: ~/.emscripten-cache
22
+ key: ${{ runner.os }}-emscripten
23
+ restore-keys: |
24
+ ${{ runner.os }}-emscripten
25
26
- uses: actions/setup-node@v3
27
- node-version: 16
28
+ node-version: 18
29
registry-url: https://registry.npmjs.org/
30
31
- name: Build
0 commit comments