Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jun 21, 2024
1 parent 70ca433 commit 3b909e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aedificare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
stategy:
fail-fast: true
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node
- uses: actions/setup-node@v4
with:
node-version: latest
node-version: 'latest'
- name: inaugurare
run: npm clean-install
- name: fundere
Expand Down

0 comments on commit 3b909e4

Please sign in to comment.