Skip to content

Commit

Permalink
chore: add checkout node and build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jul 4, 2024
1 parent 9fce295 commit cd5d8d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push-tag-to-d2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Install
run: yarn install --frozen-lockfile

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit cd5d8d8

Please sign in to comment.