Skip to content

Commit 0b34835

Browse files
chore(deps): update actions/setup-node action to v3 (#1770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 718b25a commit 0b34835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Fetch
1515
run: git fetch origin v3
1616
- name: Use Node 18
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: 18
2020
cache: 'yarn'

0 commit comments

Comments
 (0)