Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBulmer committed Jul 19, 2024
1 parent 36d07d0 commit cc8cd91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: https://registry.npmjs.org
# Defaults to the user or organization that owns the workflow file
scope: "@codrjs"
- name: Install Dependancies
- name: Install Dependencies
run: yarn
- name: Download Artifact
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-test-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
name: dist
path: dist/
- name: Install Dependancies
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: "16.x"
cache: "yarn"
- name: Install Dependancies
- name: Install Dependencies
run: yarn
- name: Build Code
run: yarn build
Expand Down

0 comments on commit cc8cd91

Please sign in to comment.