Skip to content

Commit

Permalink
Merge pull request #126 from hexojs/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-3

chore(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
yoshinorin committed Feb 26, 2022
2 parents da72707 + a638fbb commit a1e13d5
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
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
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit a1e13d5

Please sign in to comment.