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 5955666 commit 72c0829Copy full SHA for 72c0829
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
id: npm-cache
27
run: |
28
echo "::set-output name=dir::$(npm config get cache)"
29
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
30
with:
31
path: ${{ steps.npm-cache.outputs.dir }}
32
key: ${{ matrix.platform }}-node-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
@@ -36,6 +36,5 @@ jobs:
36
run: npm install
37
- name: run tests
38
run: npm run test
39
- if: matrix.node == 16 # Only run unit test on node 16, more at: https://github.com/facebook/jest/issues/11438
40
- name: build library
41
run: npm run build --ws --if-present
0 commit comments