Skip to content

Commit

Permalink
Update update-lavamoat-policies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron authored Jun 26, 2024
1 parent 2a61f59 commit 939ead4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-lavamoat-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20.14.0'
- run: corepack enable
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20.14.0'
- run: corepack enable
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20.14.0'
- run: corepack enable
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 939ead4

Please sign in to comment.