Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from 18F/45-automate-deploys
Browse files Browse the repository at this point in the history
gd typo
  • Loading branch information
mgwalker authored Apr 21, 2023
2 parents 663f83c + c093623 commit b921f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
registry-uri: https://registry.npmjs.org
registry-url: https://registry.npmjs.org
- name: update to latest npm
run: npm i -g npm
- name: install dependencies
Expand Down

0 comments on commit b921f0c

Please sign in to comment.