Skip to content

Commit a068bef

Browse files
chore(deps): update actions/setup-node action to v5
1 parent a13f7ae commit a068bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checking out Repository
1313
uses: actions/checkout@v2
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v5
1616
- name: Install Root Dependencies
1717
run: yarn install
1818
- name: Run Linting

0 commit comments

Comments
 (0)