Skip to content

Commit

Permalink
Merge pull request #47 from zentered/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3

fix(deps): bump actions/setup-node from 2.4.0 to 3
  • Loading branch information
PatrickHeneise authored Mar 7, 2022
2 parents fbece72 + b7e6b9d commit 600f34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: 'npm'
Expand Down

0 comments on commit 600f34e

Please sign in to comment.