Skip to content

Commit

Permalink
add checkout steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jan 17, 2024
1 parent 9f39b28 commit 88b848d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: [16.x]

steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -50,6 +51,7 @@ jobs:
node-version: [16.x]

steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 88b848d

Please sign in to comment.