Skip to content

Commit

Permalink
Remove matrix.node-version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 31, 2023
1 parent 3a7aa70 commit f6342cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- run: yarn --immutable --immutable-cache
- run: yarn build
- name: Cache snap build
if: ${{ matrix.node-version == '18.x' }}
uses: actions/cache@v3
with:
path: ./packages/snap/dist
Expand Down

0 comments on commit f6342cd

Please sign in to comment.