Skip to content

Commit ea1104f

Browse files
authored
Merge pull request #18 from freckle/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 2 to 4
2 parents c680dd2 + 7d1671a commit ea1104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v4
1414
with:
1515
cache: yarn
1616
- run: yarn install

0 commit comments

Comments
 (0)