Skip to content

Commit

Permalink
install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
msenechal committed Jan 8, 2025
1 parent b968071 commit 7b4e383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.15.0]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: rm -rf docs
- run: yarn
- run: yarn install
- run: yarn run build
- uses: kersvers/[email protected]
with:
Expand Down

0 comments on commit 7b4e383

Please sign in to comment.