Skip to content

Commit 59f3453

Browse files
committed
Only pin major version of actions/setup-node action used in CI workflow
This allows the CI system to benefit from ongoing improvements to the actions/setup-node GitHub Actions action, while avoiding breaking changes.
1 parent d2f0a8d commit 59f3453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@master
2323

2424
- name: Set Node.js 10.x
25-
uses: actions/setup-node@v1.4.4
25+
uses: actions/setup-node@v1
2626
with:
2727
node-version: 10.x
2828

0 commit comments

Comments
 (0)