Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit af46e03

Browse files
committed
update to actions/setup-node@v3
1 parent 98896aa commit af46e03

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ version: 2
22
updates:
33
- package-ecosystem: 'github-actions'
44

5-
- package-ecosystem: 'composer'
6-
directory: '/'
7-
schedule:
8-
interval: 'weekly'
9-
day: 'monday'
10-
115
- package-ecosystem: 'npm'
126
directory: '/'
137
schedule:

.github/workflows/assertions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ github.token }}
1818

1919
- name: Setup Node
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2121
with:
2222
node-version: 'lts/*'
2323
cache: 'npm'

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: 'lts/*'
2424
cache: 'npm'

0 commit comments

Comments
 (0)