Skip to content

Commit

Permalink
Set node version to 16 for "Check Distribution" job
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <dakwon@redhat.com>
  • Loading branch information
dkwon17 committed Jun 7, 2023
1 parent 8c29c8b commit 62394f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Install
run: npm ci

Expand Down

0 comments on commit 62394f0

Please sign in to comment.