Skip to content

Commit 52a7c8a

Browse files
committed
Pin Node version temporarily to v11
1 parent 6ce0ef2 commit 52a7c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: 12
25+
node-version: 11
2626
- run: npm install
2727
- run: npm test # This includes the build
2828
- uses: fregante/daily-version-action@v1

0 commit comments

Comments
 (0)