Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Jul 3, 2024
1 parent 4838b7a commit 4b7d609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,16 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: Clear npm cache
run: npm cache clean --force
- name: Install dependencies
run: npm install
- name: Publish
Expand Down

0 comments on commit 4b7d609

Please sign in to comment.