Skip to content

Commit

Permalink
ci: pin version to major
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Feb 22, 2021
1 parent 9d5af9f commit 2c3c47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2
with:
node-version: 14.15.4
- name: Setup build cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run paths filter
uses: dorny/paths-filter@v2.8.0
uses: dorny/paths-filter@v2
id: filter
with:
filters: |
Expand Down

0 comments on commit 2c3c47b

Please sign in to comment.