Skip to content

Commit

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

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
matteovivona authored Oct 24, 2023
2 parents 2f47eaa + 0b73d55 commit e31eb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install with npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: Install Node
with:
node-version: 18
Expand Down

0 comments on commit e31eb3f

Please sign in to comment.