Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
chore: target a specific version of the actions-setup-node action (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Lynch authored Oct 11, 2021
1 parent fabac74 commit 5afb892
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: guardian/actions-setup-node@main
uses: guardian/actions-setup-node@v2.4.1
with:
cache: 'yarn'

Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: guardian/actions-setup-node@main
uses: guardian/actions-setup-node@v2.4.1
with:
cache: 'yarn'

Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: guardian/actions-setup-node@main
uses: guardian/actions-setup-node@v2.4.1
with:
cache: 'yarn'

Expand All @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node
uses: guardian/actions-setup-node@main
uses: guardian/actions-setup-node@v2.4.1
with:
cache: 'yarn'

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
persist-credentials: false

- name: Setup node
uses: guardian/actions-setup-node@main
uses: guardian/actions-setup-node@v2.4.1
with:
cache: 'yarn'

Expand Down

0 comments on commit 5afb892

Please sign in to comment.