Skip to content

Commit 5c2be1d

Browse files
Update actions/setup-node in Action
Closes GH-1955. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent e527ac7 commit 5c2be1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{matrix.node}}
1818
cache: npm
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838
with:
3939
fetch-depth: 0
40-
- uses: actions/setup-node@v2
40+
- uses: actions/setup-node@v3
4141
with:
4242
node-version: '*'
4343
cache: npm

0 commit comments

Comments
 (0)