Skip to content

Commit

Permalink
Merge branch 'main' into feat/dev-config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Feb 17, 2024
2 parents 0517a86 + 93d1235 commit 6188e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
shell: bash
run: npm ci
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 6188e58

Please sign in to comment.