Skip to content

Commit af5ae0d

Browse files
chore(deps): update actions/setup-node action to v7 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c04655d commit af5ae0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v7
16-
- uses: actions/setup-node@v6
16+
- uses: actions/setup-node@v7
1717
with:
1818
cache: yarn
1919
- run: yarn install

0 commit comments

Comments
 (0)