Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 11, 2024
1 parent 2ddfc3c commit 279f04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: package-lock.json

- name: Set git config for pull.ff only
run: git config --global pull.ff only
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-verify-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: package-lock.jso

- name: Set git config for pull.ff only
run: git config --global pull.ff only
Expand Down

0 comments on commit 279f04c

Please sign in to comment.