Skip to content

Commit

Permalink
install node and datadog-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkruger committed Dec 3, 2024
1 parent f5953d8 commit 8c23d58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'

- name: Install datadog-ci
run: npm install -g @datadog/datadog-ci

- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
Expand Down

0 comments on commit 8c23d58

Please sign in to comment.