Skip to content

Commit

Permalink
Merge pull request #55 from add2cal/dev
Browse files Browse the repository at this point in the history
workflow update
  • Loading branch information
jekuer committed Jan 3, 2023
2 parents 1a00993 + b3ba49b commit ef3d800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit ef3d800

Please sign in to comment.