Skip to content

Commit

Permalink
feat(core): Updates actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed Nov 15, 2024
1 parent 38d7607 commit d424066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clear-readme-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
clear-cache:
runs-on: ubuntu-latest
steps:
- run: curl -w "\n" -s -X PURGE https://camo.githubusercontent.com/959859b89a8509982d6238c69f45767128f4d119eaa9e7b7f6185f43ed9ec064/68747470733a2f2f62616467652e667572792e696f2f6a732f72756c6570696c6f742e737667
- run: curl -w "\n" -s -X PURGE https://camo.githubusercontent.com/b29aec13e088bbc6d5e7f3a064167f9c634b6fd18d5ab54fac98e9dd10067133/68747470733a2f2f62616467652e667572792e696f2f6a732f72756c6570696c6f742e737667
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn build
- run: yarn test
- run: pnpm
- run: pnpm build
- run: pnpm test

publish-gpr:
needs: build
Expand Down

0 comments on commit d424066

Please sign in to comment.