Skip to content

Commit

Permalink
Merge pull request #48 from simonsobs/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 2 to 4
  • Loading branch information
TaiSakuma authored May 22, 2024
2 parents 4573230 + 1e74089 commit e457fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install gh CLI
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down

0 comments on commit e457fa6

Please sign in to comment.