Skip to content

Commit bd11bfc

Browse files
chore(deps): update actions/setup-node action to v5
[skip netlify]
1 parent aa40b58 commit bd11bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v5
1313
with:
1414
cache: npm
1515
- name: Install dependencies, lint files and run build

0 commit comments

Comments
 (0)