Skip to content

Commit 42576e0

Browse files
authoredFeb 2, 2022
Bump workflow versions (reactjs#4270)
* Bump workflow versions * Update beta_site_lint.yml * Update nodejs.yml
1 parent 626f957 commit 42576e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: "14.x"
2020

2121
- name: Install dependencies
22-
uses: bahmutov/npm-install@v1.6.0
22+
uses: bahmutov/npm-install@v1.7.10
2323
with:
2424
working-directory: 'beta'
2525

‎.github/workflows/beta_site_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 12.x
2222

2323
- name: Install deps and build (with cache)
24-
uses: bahmutov/npm-install@v1.6.0
24+
uses: bahmutov/npm-install@v1.7.10
2525
with:
2626
working-directory: 'beta'
2727

‎.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 12.x
2222

2323
- name: Install deps and build (with cache)
24-
uses: bahmutov/npm-install@v1.6.0
24+
uses: bahmutov/npm-install@v1.7.10
2525

2626
- name: Lint codebase
2727
run: yarn ci-check

0 commit comments

Comments
 (0)
Please sign in to comment.