Skip to content

Commit

Permalink
[dev] fix GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 19, 2023
1 parent 0cd77ae commit d95e232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-for-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d95e232

Please sign in to comment.