Skip to content

Commit

Permalink
13 Updated ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed May 4, 2024
1 parent 1bb1db9 commit cb3070c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use Node.js 21.5.0
uses: actions/setup-node@v3
with:
node-version: '21.5.0'

- name: Checkout repository 🔎
uses: actions/checkout@v3

Expand Down

0 comments on commit cb3070c

Please sign in to comment.