Skip to content

Commit 799b0ff

Browse files
committed
chore(deps): update actions/setup-node action to v2
1 parent 64cbcf5 commit 799b0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js 12.x
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
1616
with:
1717
node-version: 12.x
1818
# Build needs around 400 seconds on Netlify.

0 commit comments

Comments
 (0)