Skip to content

Commit

Permalink
Merge e73cc4b into a77c737
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 14, 2022
2 parents a77c737 + e73cc4b commit e343ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit e343ead

Please sign in to comment.