Skip to content

Commit 72c0829

Browse files
committed
workflow fix
1 parent 5955666 commit 72c0829

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: npm-cache
2727
run: |
2828
echo "::set-output name=dir::$(npm config get cache)"
29-
- uses: actions/cache@v1
29+
- uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.npm-cache.outputs.dir }}
3232
key: ${{ matrix.platform }}-node-${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
@@ -36,6 +36,5 @@ jobs:
3636
run: npm install
3737
- name: run tests
3838
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
4039
- name: build library
4140
run: npm run build --ws --if-present

0 commit comments

Comments
 (0)