Skip to content

Commit 09c7849

Browse files
committed
fixup\!
1 parent a59daa3 commit 09c7849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-internal-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
23+
with:
24+
node-version-file: '.nvmrc'
25+
cache: 'npm'
2326

2427
- name: Upgrade @node-core/* dependencies in package.json
2528
run: |
@@ -37,9 +40,6 @@ jobs:
3740
3841
- name: Install upgraded dependencies
3942
run: npm install
40-
with:
41-
node-version-file: '.nvmrc'
42-
cache: 'npm'
4343

4444
- name: Create or update PR for upgraded dependencies
4545
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1

0 commit comments

Comments
 (0)