Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Sep 30, 2023
1 parent b162b0c commit 09ffcda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
id: checkout
uses: actions/checkout@v3

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit 09ffcda

Please sign in to comment.