Skip to content

Commit

Permalink
Merge c1e93f2 into 1be9ce4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
2 parents 1be9ce4 + c1e93f2 commit ebf11ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.pre-release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
# this seems to be needed by lerna to work as expected
fetch-depth: 0
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit ebf11ff

Please sign in to comment.