Skip to content

Commit

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

dep: bump actions/setup-node from 2 to 4
  • Loading branch information
c9s authored Aug 26, 2024
2 parents ea93bf9 + ec51eb7 commit e77f0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "1.21"
- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "16"
- name: Build
Expand Down

0 comments on commit e77f0cb

Please sign in to comment.