Skip to content

Commit

Permalink
grooming github action
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyoleg2 committed Sep 23, 2023
1 parent 143d325 commit 57eaec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_parametrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: clean and install
run: npm ci
Expand All @@ -36,7 +36,7 @@ jobs:
npm -w parametrix run lint
- name: Deploy Parametrix to GitHub pages
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: pkg/parametrix/build
Expand Down

0 comments on commit 57eaec5

Please sign in to comment.