Skip to content

Commit

Permalink
fixed cicd #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fabian committed May 24, 2024
1 parent bbc3e59 commit 8e1d595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# sets up node 20
- uses: actions/setup-node@v4
with:
node-version: '20'
# runs npm i inside the root directory
- name: npm i root
run: |
Expand Down

0 comments on commit 8e1d595

Please sign in to comment.