Skip to content

Commit

Permalink
Merge 01d1e47 into 47bd4f8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2022
2 parents 47bd4f8 + 01d1e47 commit 66a7d54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browsersupport.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -45,7 +45,7 @@ jobs:
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
Expand All @@ -63,7 +63,7 @@ jobs:
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: true
fetch-depth: 100
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 66a7d54

Please sign in to comment.