Skip to content

Commit

Permalink
Bump actions/setup-node from 3 to 4 (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Geary <[email protected]>
  • Loading branch information
dependabot[bot] and joegeary authored Nov 26, 2024
1 parent ee6efa8 commit be485c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: lts/*

- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit be485c7

Please sign in to comment.