Skip to content

Commit

Permalink
Merge pull request #25 from CityOfPhiladelphia/npm_cache_fix
Browse files Browse the repository at this point in the history
updating github actions npm cache
  • Loading branch information
Jaipyneni authored Nov 4, 2023
2 parents 039c83b + c61cc84 commit d1d8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: 'npm'
- name: Build project files
run: |
Expand Down

0 comments on commit d1d8d9e

Please sign in to comment.