Skip to content

Commit

Permalink
chore: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pathway27 committed Jun 13, 2022
1 parent ce4b901 commit 397b8a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'

- run: yarn
- run: yarn install --frozen-lockfile # optional, --immutable

- run: yarn build
env:
Expand Down

0 comments on commit 397b8a9

Please sign in to comment.