Skip to content

Commit 45dc49f

Browse files
committed
Increase fallback version
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 3fa7665 commit 45dc49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: versions
5050
with:
5151
fallbackNode: '^20'
52-
fallbackNpm: '^9'
52+
fallbackNpm: '^10'
5353

5454
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
5555
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: versions
2828
with:
2929
fallbackNode: '^20'
30-
fallbackNpm: '^9'
30+
fallbackNpm: '^10'
3131

3232
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
3333
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)