Skip to content

Commit

Permalink
Merge pull request #395 from a2br/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-3

Bump actions/setup-node from 2.5.1 to 3
  • Loading branch information
a2br committed Mar 1, 2022
2 parents 14fed8f + f52f34c commit d094439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit d094439

Please sign in to comment.