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 13238d5 commit d8c1dd5Copy full SHA for d8c1dd5
.github/workflows/ci.yml
@@ -76,11 +76,6 @@ jobs:
76
profile: minimal
77
override: true
78
79
- - name: Install wasm-pack
80
- uses: jetli/[email protected]
81
- with:
82
- version: 'v0.9.1'
83
-
84
- name: Cache target directory
85
uses: actions/cache@v1
86
with:
@@ -96,8 +91,10 @@ jobs:
96
91
- name: Cache node_modules directory
97
92
98
93
99
- path: waves/node_modules
100
- key: node-modules-directory-${{ hashFiles('waves/yarn.lock') }}-v1
94
+ path: |
95
+ waves/node_modules
+ ~/.config/wasm-pack-nodejs
+ key: node-modules-directory-${{ hashFiles('waves/yarn.lock') }}-v2
101
102
- name: Cargo check release code with default features
103
run: cargo check --workspace --all-targets --all-features
0 commit comments