Skip to content

Commit 9de18ce

Browse files
chore(deps): update actions/setup-node action to v6 (#330)
1 parent 188b22e commit 9de18ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v5
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: 'lts/*'
16+
cache: yarn
1617
- name: install
1718
run: yarn
1819
- run: yarn semantic-release

0 commit comments

Comments
 (0)