Skip to content

Commit

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

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
BillChirico authored Oct 24, 2023
2 parents 2f200c1 + 9f67130 commit 6c2c70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.0
with:
node-version: 18
- run: npm ci
Expand Down

0 comments on commit 6c2c70f

Please sign in to comment.