Skip to content

Commit ff8bf86

Browse files
authored
Merge pull request #1917 from OpenLightingProject/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 4ca3ab8 + b86ee69 commit ff8bf86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
steps:
263263
- uses: actions/checkout@v4
264264
- name: Setup Node.js v18
265-
uses: actions/setup-node@v3
265+
uses: actions/setup-node@v4
266266
with:
267267
node-version: 18 # LTS
268268
cache: 'npm'

0 commit comments

Comments
 (0)