Skip to content

Commit

Permalink
Merge pull request #73 from ingvaar/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-3.3.0
  • Loading branch information
dependabot[bot] authored Jun 13, 2022
2 parents 1e0b3e7 + 0f3cd4a commit 108c167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node.js env
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup node environment (for building)
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: 16.14.0

Expand Down

0 comments on commit 108c167

Please sign in to comment.