Skip to content

Commit

Permalink
Update check-dist.yml (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion authored Jan 16, 2024
1 parent f1c9f6a commit f32bdf0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,18 @@ on:
paths-ignore:
- '**.md'
workflow_dispatch:
paths-ignore:
- '**.md'

jobs:
check-dist:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js version 18
uses: actions/setup-node@v4
with:
node-version: 16.x # if possible should use `lts/*`
node-version: 18 # if possible should use `lts/*`
cache: 'npm'

- name: Install dependencies
Expand All @@ -52,7 +50,7 @@ jobs:
needs: check-dist
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: 'main'

Expand Down

0 comments on commit f32bdf0

Please sign in to comment.