Skip to content

Commit

Permalink
Merge 479eec6 into da72707
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 24, 2022
2 parents da72707 + 479eec6 commit 1f850b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit 1f850b8

Please sign in to comment.