Skip to content

Commit

Permalink
ci: fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Apr 3, 2022
1 parent 0cdb6dd commit 4210673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3
uses: actions/checkout@v3

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3
uses: actions/checkout@v3

- name: Build
run: |
npm ci
npm run build
- name: Release
uses: google-github-actions/release-please-action@3
uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: peekaboo

0 comments on commit 4210673

Please sign in to comment.