Skip to content

Commit

Permalink
chore: 16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Jun 13, 2023
1 parent 09e2071 commit 6dea565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.16.0]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
- run: yarn install
- run: yarn job
- run: yarn build
Expand Down

0 comments on commit 6dea565

Please sign in to comment.